You are here

public function ScopeEntityNameInterface::getName in Simple OAuth (OAuth2) & OpenID Connect 8.4

Same name and namespace in other branches
  1. 8.3 src/Entities/ScopeEntityNameInterface.php \Drupal\simple_oauth\Entities\ScopeEntityNameInterface::getName()
  2. 5.x src/Entities/ScopeEntityNameInterface.php \Drupal\simple_oauth\Entities\ScopeEntityNameInterface::getName()

Returns a name for the scope.

Return value

string The name of the scope.

1 method overrides ScopeEntityNameInterface::getName()
ScopeEntity::getName in src/Entities/ScopeEntity.php
Returns a name for the scope.

File

src/Entities/ScopeEntityNameInterface.php, line 19

Class

ScopeEntityNameInterface
Extends the scope entity to include a name and description.

Namespace

Drupal\simple_oauth\Entities

Code

public function getName();