function FieldStorageReuseForm::getFormId

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

Overrides FormInterface::getFormId

File

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

Class

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

Namespace

Drupal\field_ui\Form

Code

public function getFormId() {
    return 'field_ui_field_storage_reuse_form';
}

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