public FormInterface::getFormId()
Returns a unique string identifying the form.
Return value
string The unique string identifying the form.
File
- core/lib/Drupal/Core/Form/FormInterface.php, line 18
Class
- FormInterface
- Provides an interface for a Form.
Namespace
Drupal\Core\Form
Code
public function getFormId();
Please login to continue.