public function YamlFormHelpManagerInterface::buildIndex in YAML Form 8
Build the main help page for the YAML Form module.
Return value
array An render array containing help for the YAML Form module.
1 method overrides YamlFormHelpManagerInterface::buildIndex()
- YamlFormHelpManager::buildIndex in src/
YamlFormHelpManager.php - Build the main help page for the YAML Form module.
File
- src/
YamlFormHelpManagerInterface.php, line 53
Class
- YamlFormHelpManagerInterface
- Defines an interface for help classes.
Namespace
Drupal\yamlformCode
public function buildIndex();