FormInterface::getFormId

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

1
public function getFormId();
doc_Drupal
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.