You are here

public function Role::getCacheTags in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 core/modules/user/src/Plugin/views/access/Role.php \Drupal\user\Plugin\views\access\Role::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

core/modules/user/src/Plugin/views/access/Role.php, line 166
Contains \Drupal\user\Plugin\views\access\Role.

Class

Role
Access plugin that provides role-based access control.

Namespace

Drupal\user\Plugin\views\access

Code

public function getCacheTags() {
  return [];
}