Example #1
0
 /**
  * {@inheritdoc}
  */
 public function actions(array $form, FormStateInterface $form_state)
 {
     $actions = parent::actions($form, $form_state);
     $actions['submit']['#value'] = $this->t('Update style');
     return $actions;
 }