You are here

public function BaseFormIdInterface::getBaseFormId in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 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()
ConfigTranslationFormBase::getBaseFormId in core/modules/config_translation/src/Form/ConfigTranslationFormBase.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 24
Contains \Drupal\Core\Form\BaseFormIdInterface.

Class

BaseFormIdInterface
Provides an interface for a Form that has a base form ID.

Namespace

Drupal\Core\Form

Code

public function getBaseFormId();