Mercurial > hg > isophonics-drupal-site
comparison core/modules/views_ui/src/ViewPreviewForm.php @ 17:129ea1e6d783
Update, including to Drupal core 8.6.10
author | Chris Cannam |
---|---|
date | Thu, 28 Feb 2019 13:21:36 +0000 |
parents | 1fec387a4317 |
children | af1871eacc83 |
comparison
equal
deleted
inserted
replaced
16:c2387f117808 | 17:129ea1e6d783 |
---|---|
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']], |