You are here

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\securelogin

Code

public function getCacheTags() {
  return [];
}