Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. ContextCacheKeys.php

function ContextCacheKeys::getKeys

Gets the generated cache keys.

Return value

string[] The cache keys.

File

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

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;
}
RSS feed
Powered by Drupal