public function TokenAuthUser::getEntityTypeId in Simple OAuth (OAuth2) & OpenID Connect 8
Same name and namespace in other branches
- 8.4 src/Authentication/TokenAuthUser.php \Drupal\simple_oauth\Authentication\TokenAuthUser::getEntityTypeId()
- 8.2 src/Authentication/TokenAuthUser.php \Drupal\simple_oauth\Authentication\TokenAuthUser::getEntityTypeId()
- 8.3 src/Authentication/TokenAuthUser.php \Drupal\simple_oauth\Authentication\TokenAuthUser::getEntityTypeId()
- 5.x src/Authentication/TokenAuthUser.php \Drupal\simple_oauth\Authentication\TokenAuthUser::getEntityTypeId()
Gets the ID of the type of the entity.
Return value
string The entity type ID.
Overrides EntityInterface::getEntityTypeId
File
- src/
Authentication/ TokenAuthUser.php, line 248
Class
- TokenAuthUser
- Class TokenAuthUser.
Namespace
Drupal\simple_oauth\AuthenticationCode
public function getEntityTypeId() {
return $this->subject
->getEntityTypeId();
}