function CurrentUser::getCacheContexts
Same name in other branches
- 9 core/modules/user/src/Plugin/views/argument_default/CurrentUser.php \Drupal\user\Plugin\views\argument_default\CurrentUser::getCacheContexts()
- 8.9.x core/modules/user/src/Plugin/views/argument_default/CurrentUser.php \Drupal\user\Plugin\views\argument_default\CurrentUser::getCacheContexts()
- 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_defaultCode
public function getCacheContexts() {
return [
'user',
];
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.