public function SecureLoginCacheableDependency::getCacheTags in Secure Login 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/
SecureLoginCacheableDependency.php, line 30
Class
- SecureLoginCacheableDependency
- Defines the SecureLoginCacheableDependency.
Namespace
Drupal\secureloginCode
public function getCacheTags() {
return [];
}