public function ContextCacheKeys::getKeys

public ContextCacheKeys::getKeys()

Gets the generated cache keys.

Return value

string[] The cache keys.

File

core/lib/Drupal/Core/Cache/Context/ContextCacheKeys.php, line 35

Class

ContextCacheKeys
A value object to store generated cache keys with its cacheability metadata.

Namespace

Drupal\Core\Cache\Context

Code

public function getKeys() {
  return $this->keys;
}

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!lib!Drupal!Core!Cache!Context!ContextCacheKeys.php/function/ContextCacheKeys::getKeys/8.1.x