You are here

public function YamlFormHandlerInterface::getHandlerId in YAML Form 8

Returns the unique ID representing the form handler.

Return value

string The form handler ID.

1 method overrides YamlFormHandlerInterface::getHandlerId()
YamlFormHandlerBase::getHandlerId in src/YamlFormHandlerBase.php
Returns the unique ID representing the form handler.

File

src/YamlFormHandlerInterface.php, line 80

Class

YamlFormHandlerInterface
Defines the interface for form handlers.

Namespace

Drupal\yamlform

Code

public function getHandlerId();