function CurrentUser::getCacheContexts

Same name and namespace in other branches
  1. 9 core/modules/user/src/Plugin/views/argument_default/CurrentUser.php \Drupal\user\Plugin\views\argument_default\CurrentUser::getCacheContexts()
  2. 8.9.x core/modules/user/src/Plugin/views/argument_default/CurrentUser.php \Drupal\user\Plugin\views\argument_default\CurrentUser::getCacheContexts()
  3. 10 core/modules/user/src/Plugin/views/argument_default/CurrentUser.php \Drupal\user\Plugin\views\argument_default\CurrentUser::getCacheContexts()

Overrides CacheableDependencyInterface::getCacheContexts

File

core/modules/user/src/Plugin/views/argument_default/CurrentUser.php, line 39

Class

CurrentUser
Default argument plugin to extract the current user.

Namespace

Drupal\user\Plugin\views\argument_default

Code

public function getCacheContexts() {
    return [
        'user',
    ];
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.