public function BaseFormIdInterface::getBaseFormID

Returns a string identifying the base form.

Return value

string|false The string identifying the base form or FALSE if this is not a base form.

1 method overrides BaseFormIdInterface::getBaseFormID()
EntityFormController::getBaseFormID in drupal/core/lib/Drupal/Core/Entity/EntityFormController.php
Returns a string identifying the base form.

File

drupal/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();