t('Raw controller response.')); } /** * @return array */ public function renderArray() { return [ '#type' => 'html_tag', '#tag' => 'p', '#value' => $this->t('Controller response successfully rendered.'), ]; } }