public function ContentSyncHelpManagerInterface::buildHelp in Content Synchronization 3.0.x
Same name and namespace in other branches
- 8.2 src/ContentSyncHelpManagerInterface.php \Drupal\content_sync\ContentSyncHelpManagerInterface::buildHelp()
- 8 src/ContentSyncHelpManagerInterface.php \Drupal\content_sync\ContentSyncHelpManagerInterface::buildHelp()
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 ContentSyncHelpManagerInterface::buildHelp()
- ContentSyncHelpManager::buildHelp in src/
ContentSyncHelpManager.php - Build help for specific route.
File
- src/
ContentSyncHelpManagerInterface.php, line 34
Class
- ContentSyncHelpManagerInterface
- Defines an interface for help classes.
Namespace
Drupal\content_syncCode
public function buildHelp($route_name, RouteMatchInterface $route_match);