TextFormat::currentUser

protected static TextFormat::currentUser()

Wraps the current user.

\Drupal\Core\Session\AccountInterface

File

core/modules/filter/src/Element/TextFormat.php, line 255

Class

TextFormat
Provides a text format render element.

Namespace

Drupal\filter\Element

Code

protected static function currentUser() {
  return \Drupal::currentUser();
}
doc_Drupal
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.