public function YamlFormHandlerInterface::label in YAML Form 8
Returns the form handler label.
Return value
string The form handler label.
1 method overrides YamlFormHandlerInterface::label()
- YamlFormHandlerBase::label in src/
YamlFormHandlerBase.php - Returns the form handler label.
File
- src/
YamlFormHandlerInterface.php, line 56
Class
- YamlFormHandlerInterface
- Defines the interface for form handlers.
Namespace
Drupal\yamlformCode
public function label();