feed(), $controller->head()); $attached = BubbleableMetadata::mergeAttachments($attached, $controller->header()); $attached = BubbleableMetadata::mergeAttachments($attached, $controller->teapotHeaderStatus()); // Return some arbitrary markup so the block doesn't disappear. $attached['#markup'] = 'Markup from attached_rendering_block.'; return $attached; } /** * {@inheritdoc} */ public function getCacheMaxAge() { return Cache::PERMANENT; } }