You are here

public function FormInterface::getFormId in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/lib/Drupal/Core/Form/FormInterface.php \Drupal\Core\Form\FormInterface::getFormId()

Returns a unique string identifying the form.

Return value

string The unique string identifying the form.

212 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.
AddForm::getFormId in core/modules/path/src/Form/AddForm.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.
AdvancedSettingsForm::getFormId in core/modules/views_ui/src/Form/AdvancedSettingsForm.php
Returns a unique string identifying the form.

... See full list

File

core/lib/Drupal/Core/Form/FormInterface.php, line 23
Contains \Drupal\Core\Form\FormInterface.

Class

FormInterface
Provides an interface for a Form.

Namespace

Drupal\Core\Form

Code

public function getFormId();