public function AccountInterface::isAuthenticated in Service Container 7.2
Same name and namespace in other branches
- 7 lib/Drupal/Core/Session/AccountInterface.php \Drupal\Core\Session\AccountInterface::isAuthenticated()
Returns TRUE if the account is authenticated.
Return value
bool TRUE if the account is authenticated.
1 method overrides AccountInterface::isAuthenticated()
- Account::isAuthenticated in src/
Session/ Account.php - Returns TRUE if the account is authenticated.
File
- lib/
Drupal/ Core/ Session/ AccountInterface.php, line 66 - Contains \Drupal\Core\Session\AccountInterface.
Class
- AccountInterface
- Defines an account interface which represents the current user.
Namespace
Drupal\Core\SessionCode
public function isAuthenticated();