You are here

public function RenderStackInterface::decreaseRecursion in Render cache 7.2

Decrements the recursion level by 1.

Return value

array Returns the current recursion storage with the assets.

1 method overrides RenderStackInterface::decreaseRecursion()
RenderStack::decreaseRecursion in src/Cache/RenderStack.php
Decrements the recursion level by 1.

File

src/Cache/RenderStackInterface.php, line 38
Contains \Drupal\render_cache\Cache\RenderStackInterface

Class

RenderStackInterface
Defines an interface for a render stack.

Namespace

Drupal\render_cache\Cache

Code

public function decreaseRecursion();