You are here

public function WebformHandlerInterface::setLabel in Webform 8.5

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

Sets the label for this webform handler.

Parameters

int $label: The label for this webform handler.

Return value

$this

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

File

src/Plugin/WebformHandlerInterface.php, line 137

Class

WebformHandlerInterface
Defines the interface for webform handlers.

Namespace

Drupal\webform\Plugin

Code

public function setLabel($label);