function User::block
Same name in other branches
- 9 core/modules/user/src/Entity/User.php \Drupal\user\Entity\User::block()
- 8.9.x core/modules/user/src/Entity/User.php \Drupal\user\Entity\User::block()
- 11.x core/modules/user/src/Entity/User.php \Drupal\user\Entity\User::block()
Overrides UserInterface::block
File
-
core/
modules/ user/ src/ Entity/ User.php, line 330
Class
- User
- Defines the user entity class.
Namespace
Drupal\user\EntityCode
public function block() {
$this->get('status')->value = 0;
return $this;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.