getScope static method

Scope getScope(
  1. String scopeId
)

Implementation

static Scope getScope(final String scopeId) {
  return ScopeResolver.getScope(scopeId);
}