Overrides HelpTopicPluginInterface::getBody
public function getBody() { return [ '#markup' => $this->twig ->load('@help_topics/' . $this->getPluginId() . '.html.twig') ->render(), ]; }