function FormInterface::getFormId
Same name and namespace in other branches
- 9 core/lib/Drupal/Core/Form/FormInterface.php \Drupal\Core\Form\FormInterface::getFormId()
- 8.9.x core/lib/Drupal/Core/Form/FormInterface.php \Drupal\Core\Form\FormInterface::getFormId()
- 11.x core/lib/Drupal/Core/Form/FormInterface.php \Drupal\Core\Form\FormInterface::getFormId()
Returns a unique string identifying the form.
The returned ID should be a unique string that can be a valid PHP function name, since it's used in hook implementation names such as hook_form_FORM_ID_alter().
Return value
string The unique string identifying the form.
214 methods override FormInterface::getFormId()
- AccountSettingsForm::getFormId in core/
modules/ user/ src/ AccountSettingsForm.php - Returns a unique string identifying the form.
- ActionsTest::getFormId in core/
tests/ Drupal/ KernelTests/ Core/ Render/ Element/ ActionsTest.php - Returns a unique string identifying the form.
- AddHandler::getFormId in core/
modules/ views_ui/ src/ Form/ Ajax/ AddHandler.php - Returns a unique string identifying the form.
- AdvancedSettingsForm::getFormId in core/
modules/ views_ui/ src/ Form/ AdvancedSettingsForm.php - Returns a unique string identifying the form.
- AjaxFormBlock::getFormId in core/
modules/ system/ tests/ modules/ ajax_forms_test/ src/ Plugin/ Block/ AjaxFormBlock.php - Returns a unique string identifying the form.
File
-
core/
lib/ Drupal/ Core/ Form/ FormInterface.php, line 22
Class
- FormInterface
- Provides an interface for a Form.
Namespace
Drupal\Core\FormCode
public function getFormId();
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.