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(); }
Please login to continue.