public function YamlFormHandlerInterface::setHandlerId in YAML Form 8
Sets the id for this form handler.
Parameters
int $handler_id: The handler_id for this form handler.
Return value
$this
1 method overrides YamlFormHandlerInterface::setHandlerId()
- YamlFormHandlerBase::setHandlerId in src/
YamlFormHandlerBase.php - Sets the id for this form handler.
File
- src/
YamlFormHandlerInterface.php, line 90
Class
- YamlFormHandlerInterface
- Defines the interface for form handlers.
Namespace
Drupal\yamlformCode
public function setHandlerId($handler_id);