function FieldStorageReuseForm::submitForm

Same name and namespace in other branches
  1. 10 core/modules/field_ui/src/Form/FieldStorageReuseForm.php \Drupal\field_ui\Form\FieldStorageReuseForm::submitForm()

Overrides FormInterface::submitForm

File

core/modules/field_ui/src/Form/FieldStorageReuseForm.php, line 288

Class

FieldStorageReuseForm
Provides a form for the "field storage" add page.

Namespace

Drupal\field_ui\Form

Code

public function submitForm(array &$form, FormStateInterface $form_state) {
    // This is no-op because there is no single submit action on the form. All
    // the actions are handled by a callback attached to individual buttons.
    // @see \Drupal\field_ui\Form\FieldStorageReuseForm::reuseCallback.
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.