You are here

public function WebformHandlerInterface::setHandlerId in Webform 8.5

Same name and namespace in other branches
  1. 6.x src/Plugin/WebformHandlerInterface.php \Drupal\webform\Plugin\WebformHandlerInterface::setHandlerId()

Sets the id for this webform handler.

Parameters

int $handler_id: The handler_id for this webform handler.

Return value

$this

1 method overrides WebformHandlerInterface::setHandlerId()
WebformHandlerBase::setHandlerId in src/Plugin/WebformHandlerBase.php
Sets the id for this webform handler.

File

src/Plugin/WebformHandlerInterface.php, line 119

Class

WebformHandlerInterface
Defines the interface for webform handlers.

Namespace

Drupal\webform\Plugin

Code

public function setHandlerId($handler_id);