You are here

public function CurrentAuthenticatedUser::getCacheTags in Search API Saved Searches 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/argument_validator/CurrentAuthenticatedUser.php, line 151

Class

CurrentAuthenticatedUser
Validates whether the argument matches the current authenticated user.

Namespace

Drupal\search_api_saved_searches\Plugin\views\argument_validator

Code

public function getCacheTags() {
  return [];
}