function Fixed::getCacheContexts

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

Overrides CacheableDependencyInterface::getCacheContexts

File

core/modules/views/src/Plugin/views/argument_default/Fixed.php, line 60

Class

Fixed
The fixed argument default handler.

Namespace

Drupal\views\Plugin\views\argument_default

Code

public function getCacheContexts() {
    return [];
}

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