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
2016-10-29 09:47:39
Comments
Leave a Comment

Please login to continue.