messenger()->addStatus($this->t('Style %name was created.', ['%name' => $this->entity->label()])); } /** * {@inheritdoc} */ public function actions(array $form, FormStateInterface $form_state) { $actions = parent::actions($form, $form_state); $actions['submit']['#value'] = $this->t('Create new style'); return $actions; } }