You are here

public function WebformHandlerInterface::getHandlerId in Webform 8.5

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

Returns the unique ID representing the webform handler.

Return value

string The webform handler ID.

1 method overrides WebformHandlerInterface::getHandlerId()
WebformHandlerBase::getHandlerId in src/Plugin/WebformHandlerBase.php
Returns the unique ID representing the webform handler.

File

src/Plugin/WebformHandlerInterface.php, line 109

Class

WebformHandlerInterface
Defines the interface for webform handlers.

Namespace

Drupal\webform\Plugin

Code

public function getHandlerId();