function SearchEmbeddedForm::getFormId

Same name in other branches
  1. 9 core/modules/search/tests/modules/search_embedded_form/src/Form/SearchEmbeddedForm.php \Drupal\search_embedded_form\Form\SearchEmbeddedForm::getFormId()
  2. 8.9.x core/modules/search/tests/modules/search_embedded_form/src/Form/SearchEmbeddedForm.php \Drupal\search_embedded_form\Form\SearchEmbeddedForm::getFormId()
  3. 10 core/modules/search/tests/modules/search_embedded_form/src/Form/SearchEmbeddedForm.php \Drupal\search_embedded_form\Form\SearchEmbeddedForm::getFormId()

Overrides FormInterface::getFormId

File

core/modules/search/tests/modules/search_embedded_form/src/Form/SearchEmbeddedForm.php, line 20

Class

SearchEmbeddedForm
Form controller for search_embedded_form form.

Namespace

Drupal\search_embedded_form\Form

Code

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

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