function FieldStorageConfigEditForm::save

Overrides EntityForm::save

File

core/modules/field_ui/src/Form/FieldStorageConfigEditForm.php, line 263

Class

FieldStorageConfigEditForm
Provides a form for the "field storage" edit page.

Namespace

Drupal\field_ui\Form

Code

public function save(array $form, FormStateInterface $form_state) {
  $this->entity
    ->save();
}

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