FieldStorageAddForm::getFormId

public FieldStorageAddForm::getFormId()

Returns a unique string identifying the form.

Return value

string The unique string identifying the form.

Overrides FormInterface::getFormId

File

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

Class

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

Namespace

Drupal\field_ui\Form

Code

public function getFormId() {
  return 'field_ui_field_storage_add_form';
}
doc_Drupal
2016-10-29 09:12:08
Comments
Leave a Comment

Please login to continue.