You are here

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\yamlform

Code

public function setHandlerId($handler_id);