BaseFormIdInterface::getBaseFormId

public 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.

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\Form

Code

public function getBaseFormId();
doc_Drupal
2016-10-29 08:45:57
Comments
Leave a Comment

Please login to continue.