You are here

public static function AsyncMetatagFirehose::customizeMetaTagsSubmit in Metatag Asynchronous Widget 1.0.x

Submit callback for the "Customize meta tags" button.

File

src/Plugin/Field/FieldWidget/AsyncMetatagFirehose.php, line 43

Class

AsyncMetatagFirehose
Asynchronous widget for the Metatag field.

Namespace

Drupal\metatag_async_widget\Plugin\Field\FieldWidget

Code

public static function customizeMetaTagsSubmit(array $form, FormStateInterface $form_state) {
  $form_state
    ->set('metatag_async_widget_customize_meta_tags', TRUE);
  $form_state
    ->setRebuild();
}