You are here

public function CurrentUser::getCacheTags in Commerce Core 8.2

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/CurrentUser.php, line 176

Class

CurrentUser
Validates whether the argument matches the current user.

Namespace

Drupal\commerce\Plugin\views\argument_validator

Code

public function getCacheTags() {
  return [];
}