You are here

protected static function TextFormat::currentUser in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/filter/src/Element/TextFormat.php \Drupal\filter\Element\TextFormat::currentUser()

Wraps the current user.

\Drupal\Core\Session\AccountInterface

1 call to TextFormat::currentUser()
TextFormat::processFormat in core/modules/filter/src/Element/TextFormat.php
Expands an element into a base element with text format selector attached.

File

core/modules/filter/src/Element/TextFormat.php, line 260
Contains \Drupal\filter\Element\TextFormat.

Class

TextFormat
Provides a text format render element.

Namespace

Drupal\filter\Element

Code

protected static function currentUser() {
  return \Drupal::currentUser();
}