You are here

public function GroupPermission::getCacheTags in Group 8

Same name and namespace in other branches
  1. 2.0.x src/Plugin/views/access/GroupPermission.php \Drupal\group\Plugin\views\access\GroupPermission::getCacheTags()

The cache tags associated with this object.

When this object is modified, these cache tags will be invalidated.

Return value

string[] A set of cache tags.

Overrides CacheableDependencyInterface::getCacheTags

File

src/Plugin/views/access/GroupPermission.php, line 183

Class

GroupPermission
Access plugin that provides group permission-based access control.

Namespace

Drupal\group\Plugin\views\access

Code

public function getCacheTags() {
  return $this->context
    ->getCacheTags();
}