You are here

public function YamlFormHandlerInterface::getLabel in YAML Form 8

Returns the label of the form handler.

Return value

int|string Either the integer label of the form handler, or an empty string.

1 method overrides YamlFormHandlerInterface::getLabel()
YamlFormHandlerBase::getLabel in src/YamlFormHandlerBase.php
Returns the label of the form handler.

File

src/YamlFormHandlerInterface.php, line 98

Class

YamlFormHandlerInterface
Defines the interface for form handlers.

Namespace

Drupal\yamlform

Code

public function getLabel();