function FieldStorageAddForm::rebuildWithOptions

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

Submit handler for displaying fields after a group is selected.

File

core/modules/field_ui/src/Form/FieldStorageAddForm.php, line 553

Class

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

Namespace

Drupal\field_ui\Form

Code

public static function rebuildWithOptions($form, FormStateInterface &$form_state) {
    $form_state->setRebuild();
}

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