function BaseFormIdInterface::getBaseFormId
Same name and namespace in other branches
- 8.9.x core/lib/Drupal/Core/Form/BaseFormIdInterface.php \Drupal\Core\Form\BaseFormIdInterface::getBaseFormId()
- 10 core/lib/Drupal/Core/Form/BaseFormIdInterface.php \Drupal\Core\Form\BaseFormIdInterface::getBaseFormId()
- 11.x core/lib/Drupal/Core/Form/BaseFormIdInterface.php \Drupal\Core\Form\BaseFormIdInterface::getBaseFormId()
Returns a string identifying the base form.
Return value
string|null The string identifying the base form or NULL if this is not a base form.
2 methods override BaseFormIdInterface::getBaseFormId()
- DeleteMultipleForm::getBaseFormId in core/
lib/ Drupal/ Core/ Entity/ Form/ DeleteMultipleForm.php - Returns a string identifying the base form.
- EntityForm::getBaseFormId in core/
lib/ Drupal/ Core/ Entity/ EntityForm.php - Returns a string identifying the base form.
File
-
core/
lib/ Drupal/ Core/ Form/ BaseFormIdInterface.php, line 19
Class
- BaseFormIdInterface
- Provides an interface for a Form that has a base form ID.
Namespace
Drupal\Core\FormCode
public function getBaseFormId();
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.