public function MultiFormBuilderInterface::getFormId in Multiple forms 8
Determines the ID of a form.
Parameters
array $form_args: The value is identical to that of self::getForm()'s arguments.
Return value
string The unique string identifying the desired form.
1 method overrides MultiFormBuilderInterface::getFormId()
- MultiFormBuilder::getFormId in src/
MultiFormBuilder.php - Determines the ID of a form.
File
- src/
MultiFormBuilderInterface.php, line 24 - Contains \Drupal\multiform\MultiFormBuilderInterface.
Class
- MultiFormBuilderInterface
- Provides an interface for form building and processing.
Namespace
Drupal\multiformCode
public function getFormId($form_args);