You are here

public function DomainAccessContent::getCacheTags in Domain Access 8

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

domain_access/src/Plugin/views/access/DomainAccessContent.php, line 166

Class

DomainAccessContent
Access plugin that provides domain-editing access control.

Namespace

Drupal\domain_access\Plugin\views\access

Code

public function getCacheTags() {
  return [];
}