You are here

public function ContentSyncHelpManagerInterface::buildHelp in Content Synchronization 8.2

Same name and namespace in other branches
  1. 8 src/ContentSyncHelpManagerInterface.php \Drupal\content_sync\ContentSyncHelpManagerInterface::buildHelp()
  2. 3.0.x 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_sync

Code

public function buildHelp($route_name, RouteMatchInterface $route_match);