createScope static method

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

Implementation

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