You are here

protected property VocabularyListBuilder::$currentUser in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/taxonomy/src/VocabularyListBuilder.php \Drupal\taxonomy\VocabularyListBuilder::currentUser
  2. 9 core/modules/taxonomy/src/VocabularyListBuilder.php \Drupal\taxonomy\VocabularyListBuilder::currentUser

The current user.

Type: \Drupal\Core\Session\AccountInterface

File

core/modules/taxonomy/src/VocabularyListBuilder.php, line 33

Class

VocabularyListBuilder
Defines a class to build a listing of taxonomy vocabulary entities.

Namespace

Drupal\taxonomy

Code

protected $currentUser;