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