public function ScopeEntity::jsonSerialize in Simple OAuth (OAuth2) & OpenID Connect 8.3
Same name and namespace in other branches
- 8.4 src/Entities/ScopeEntity.php \Drupal\simple_oauth\Entities\ScopeEntity::jsonSerialize()
- 8.2 src/Entities/ScopeEntity.php \Drupal\simple_oauth\Entities\ScopeEntity::jsonSerialize()
- 5.x src/Entities/ScopeEntity.php \Drupal\simple_oauth\Entities\ScopeEntity::jsonSerialize()
File
- src/
Entities/ ScopeEntity.php, line 36
Class
Namespace
Drupal\simple_oauth\EntitiesCode
public function jsonSerialize() {
return $this
->getIdentifier();
}