title = $title; return $this; } /** * {@inheritdoc} */ public function defaultConfiguration() { return ['label_display' => FALSE]; } /** * {@inheritdoc} */ public function build() { return [ '#type' => 'page_title', '#title' => $this->title, ]; } }