public UserInterface::isBlocked()
Returns TRUE if the user is blocked.
Return value
bool TRUE if the user is blocked, false otherwise.
File
core/modules/user/src/UserInterface.php, line 136
Class
UserInterface Provides an interface defining a user entity.
Namespace
Drupal\user
Code
public function isBlocked();