public function RenderStackInterface::setRecursionStorage in Render cache 7.2
Sets the current recursion storage, overwriting everything that is already stored in the current stack frame.
Parameters
array $storage: The assets to store in the current stack frame.
1 method overrides RenderStackInterface::setRecursionStorage()
- RenderStack::setRecursionStorage in src/
Cache/ RenderStack.php - Sets the current recursion storage, overwriting everything that is already stored in the current stack frame.
File
- src/
Cache/ RenderStackInterface.php, line 73 - Contains \Drupal\render_cache\Cache\RenderStackInterface
Class
- RenderStackInterface
- Defines an interface for a render stack.
Namespace
Drupal\render_cache\CacheCode
public function setRecursionStorage(array $storage);