function FormBase::currentUser
Same name in other branches
- 9 core/lib/Drupal/Core/Form/FormBase.php \Drupal\Core\Form\FormBase::currentUser()
- 10 core/lib/Drupal/Core/Form/FormBase.php \Drupal\Core\Form\FormBase::currentUser()
- 11.x core/lib/Drupal/Core/Form/FormBase.php \Drupal\Core\Form\FormBase::currentUser()
Gets the current user.
Return value
\Drupal\Core\Session\AccountInterface The current user.
12 calls to FormBase::currentUser()
- AccountForm::form in core/
modules/ user/ src/ AccountForm.php - Gets the actual form array to be built.
- BookOutlineForm::form in core/
modules/ book/ src/ Form/ BookOutlineForm.php - Gets the actual form array to be built.
- ContentEntityForm::validateForm in core/
lib/ Drupal/ Core/ Entity/ ContentEntityForm.php - Button-level validation handlers are highly discouraged for entity forms, as they will prevent entity validation from running. If the entity is going to be saved during the form submission, this method should be manually invoked from the button-level…
- EntityModerationForm::buildForm in core/
modules/ content_moderation/ src/ Form/ EntityModerationForm.php - Form constructor.
- MessageForm::form in core/
modules/ contact/ src/ MessageForm.php - Gets the actual form array to be built.
File
-
core/
lib/ Drupal/ Core/ Form/ FormBase.php, line 195
Class
- FormBase
- Provides a base class for forms.
Namespace
Drupal\Core\FormCode
protected function currentUser() {
return \Drupal::currentUser();
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.