get('twig') ); } /** * {@inheritdoc} */ public function getBody() { return [ '#markup' => $this->twig->load('@help_topics/' . $this->getPluginId() . '.html.twig')->render(), ]; } /** * {@inheritdoc} */ public function getCacheContexts() { return []; } /** * {@inheritdoc} */ public function getCacheTags() { return ['core.extension']; } /** * {@inheritdoc} */ public function getCacheMaxAge() { return Cache::PERMANENT; } }