protected property NodeViewController::$currentUser in Drupal 10
Same name and namespace in other branches
- 8 core/modules/node/src/Controller/NodeViewController.php \Drupal\node\Controller\NodeViewController::currentUser
- 9 core/modules/node/src/Controller/NodeViewController.php \Drupal\node\Controller\NodeViewController::currentUser
The current user.
Type: \Drupal\Core\Session\AccountInterface
File
- core/
modules/ node/ src/ Controller/ NodeViewController.php, line 23
Class
- NodeViewController
- Defines a controller to render a single node.
Namespace
Drupal\node\ControllerCode
protected $currentUser;