function RefinableCacheableDependencyInterface::addCacheableDependency
Same name in other branches
- 9 core/lib/Drupal/Core/Cache/RefinableCacheableDependencyInterface.php \Drupal\Core\Cache\RefinableCacheableDependencyInterface::addCacheableDependency()
- 10 core/lib/Drupal/Core/Cache/RefinableCacheableDependencyInterface.php \Drupal\Core\Cache\RefinableCacheableDependencyInterface::addCacheableDependency()
- 11.x core/lib/Drupal/Core/Cache/RefinableCacheableDependencyInterface.php \Drupal\Core\Cache\RefinableCacheableDependencyInterface::addCacheableDependency()
Adds a dependency on an object: merges its cacheability metadata.
Parameters
\Drupal\Core\Cache\CacheableDependencyInterface|object $other_object: The dependency. If the object implements CacheableDependencyInterface, then its cacheability metadata will be used. Otherwise, the passed in object must be assumed to be uncacheable, so max-age 0 is set.
Return value
$this
See also
\Drupal\Core\Cache\CacheableMetadata::createFromObject()
1 method overrides RefinableCacheableDependencyInterface::addCacheableDependency()
- ViewUI::addCacheableDependency in core/
modules/ views_ui/ src/ ViewUI.php - Adds a dependency on an object: merges its cacheability metadata.
File
-
core/
lib/ Drupal/ Core/ Cache/ RefinableCacheableDependencyInterface.php, line 63
Class
- RefinableCacheableDependencyInterface
- Allows to add cacheability metadata to an object for the current runtime.
Namespace
Drupal\Core\CacheCode
public function addCacheableDependency($other_object);
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.