Mercurial > hg > cmmr2012-drupal-site
comparison core/modules/views_ui/src/ViewPreviewForm.php @ 4:a9cd425dd02b
Update, including to Drupal core 8.6.10
author | Chris Cannam |
---|---|
date | Thu, 28 Feb 2019 13:11:55 +0000 |
parents | c75dbcec494b |
children | 12f9dff5fda9 |
comparison
equal
deleted
inserted
replaced
3:307d7a7fd348 | 4:a9cd425dd02b |
---|---|
75 protected function actions(array $form, FormStateInterface $form_state) { | 75 protected function actions(array $form, FormStateInterface $form_state) { |
76 $view = $this->entity; | 76 $view = $this->entity; |
77 return [ | 77 return [ |
78 '#attributes' => [ | 78 '#attributes' => [ |
79 'id' => 'preview-submit-wrapper', | 79 'id' => 'preview-submit-wrapper', |
80 'class' => ['preview-submit-wrapper'] | 80 'class' => ['preview-submit-wrapper'], |
81 ], | 81 ], |
82 'button' => [ | 82 'button' => [ |
83 '#type' => 'submit', | 83 '#type' => 'submit', |
84 '#value' => $this->t('Update preview'), | 84 '#value' => $this->t('Update preview'), |
85 '#attributes' => ['class' => ['arguments-preview']], | 85 '#attributes' => ['class' => ['arguments-preview']], |