public function YamlFormHelpManagerInterface::getHelp in YAML Form 8
Get help.
Parameters
string|null $id: (optional) Help id.
Return value
array|mixed A single help item or all help.
1 method overrides YamlFormHelpManagerInterface::getHelp()
- YamlFormHelpManager::getHelp in src/
YamlFormHelpManager.php - Get help.
File
- src/
YamlFormHelpManagerInterface.php, line 21
Class
- YamlFormHelpManagerInterface
- Defines an interface for help classes.
Namespace
Drupal\yamlformCode
public function getHelp($id = NULL);