function FieldStorageAddForm::rebuildWithOptions
Same name in other branches
- 11.x 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 608
Class
- FieldStorageAddForm
- Provides a form for the "field storage" add page.
Namespace
Drupal\field_ui\FormCode
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.