You are here

public function Random::getCacheTags in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 core/modules/views/src/Plugin/views/sort/Random.php \Drupal\views\Plugin\views\sort\Random::getCacheTags()

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 SortPluginBase::getCacheTags

File

core/modules/views/src/Plugin/views/sort/Random.php, line 53
Contains \Drupal\views\Plugin\views\sort\Random.

Class

Random
Handle a random sort.

Namespace

Drupal\views\Plugin\views\sort

Code

public function getCacheTags() {
  return [];
}