function EntityField::getCacheContexts

Same name and namespace in other branches
  1. 11.x core/modules/views/src/Plugin/views/field/EntityField.php \Drupal\views\Plugin\views\field\EntityField::getCacheContexts()

File

core/modules/views/src/Plugin/views/field/EntityField.php, line 1038

Class

EntityField
A field that displays entity field data.

Namespace

Drupal\views\Plugin\views\field

Code

public function getCacheContexts() {
  return $this->getEntityFieldRenderer()
    ->getCacheContexts();
}

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