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