public function Domain::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/
src/ Plugin/ views/ access/ Domain.php, line 184
Class
- Domain
- Access plugin that provides domain-based access control.
Namespace
Drupal\domain\Plugin\views\accessCode
public function getCacheTags() {
return [];
}