getOrCreateScope static method

Scope getOrCreateScope(
  1. String scopeId,
  2. String scopeName
)

Implementation

static Scope getOrCreateScope(final String scopeId, final String scopeName) {
  return ScopeResolver.getOrCreateScope(_modules, scopeId, scopeName);
}