public function YamlFormHelpManagerInterface::buildHelp in YAML Form 8
Build help for specific route.
Parameters
string $route_name: The route for which to find help.
\Drupal\Core\Routing\RouteMatchInterface $route_match: The route match object from which to find help.
Return value
array An render array containing help for specific route.
1 method overrides YamlFormHelpManagerInterface::buildHelp()
- YamlFormHelpManager::buildHelp in src/
YamlFormHelpManager.php - Build help for specific route.
File
- src/
YamlFormHelpManagerInterface.php, line 45
Class
- YamlFormHelpManagerInterface
- Defines an interface for help classes.
Namespace
Drupal\yamlformCode
public function buildHelp($route_name, RouteMatchInterface $route_match);