function PirateDayCacheContext::getCacheableMetadata

Same name and namespace in other branches
  1. 9 core/modules/config/tests/config_override_test/src/Cache/PirateDayCacheContext.php \Drupal\config_override_test\Cache\PirateDayCacheContext::getCacheableMetadata()
  2. 10 core/modules/config/tests/config_override_test/src/Cache/PirateDayCacheContext.php \Drupal\config_override_test\Cache\PirateDayCacheContext::getCacheableMetadata()
  3. 11.x core/modules/config/tests/config_override_test/src/Cache/PirateDayCacheContext.php \Drupal\config_override_test\Cache\PirateDayCacheContext::getCacheableMetadata()

Overrides CacheContextInterface::getCacheableMetadata

File

core/modules/config/tests/config_override_test/src/Cache/PirateDayCacheContext.php, line 57

Class

PirateDayCacheContext
Defines the PirateDayCacheContext service that allows to cache the booty.

Namespace

Drupal\config_override_test\Cache

Code

public function getCacheableMetadata() {
    return new CacheableMetadata();
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.