function 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.
270 methods override FormInterface::getFormId()
- AccountSettingsForm::getFormId in core/modules/ user/ src/ AccountSettingsForm.php 
- Returns a unique string identifying the form.
- ActionAdminManageForm::getFormId in core/modules/ action/ src/ Form/ ActionAdminManageForm.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.
- AddBlockForm::getFormId in core/modules/ layout_builder/ src/ Form/ AddBlockForm.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.
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.
