public function ContextCacheKeys::getKeys in Drupal 8
Same name and namespace in other branches
- 9 core/lib/Drupal/Core/Cache/Context/ContextCacheKeys.php \Drupal\Core\Cache\Context\ContextCacheKeys::getKeys()
- 10 core/lib/Drupal/Core/Cache/Context/ContextCacheKeys.php \Drupal\Core\Cache\Context\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\ContextCode
public function getKeys() {
return $this->keys;
}