|
|
|
@ -501,6 +501,7 @@ class TwigExtension extends AbstractExtension { |
|
|
|
|
|
|
|
|
|
|
|
CacheableMetadata::createFromRenderArray($build) |
|
|
|
CacheableMetadata::createFromRenderArray($build) |
|
|
|
->merge(CacheableMetadata::createFromObject($access)) |
|
|
|
->merge(CacheableMetadata::createFromObject($access)) |
|
|
|
|
|
|
|
->merge(CacheableMetadata::createFromObject($block_plugin)) |
|
|
|
->applyTo($build); |
|
|
|
->applyTo($build); |
|
|
|
|
|
|
|
|
|
|
|
return $build; |
|
|
|
return $build; |
|
|
|
|