You are here

public function ContentSyncHelpManagerInterface::buildIndex in Content Synchronization 8.2

Same name and namespace in other branches
  1. 8 src/ContentSyncHelpManagerInterface.php \Drupal\content_sync\ContentSyncHelpManagerInterface::buildIndex()
  2. 3.0.x src/ContentSyncHelpManagerInterface.php \Drupal\content_sync\ContentSyncHelpManagerInterface::buildIndex()

Build the main help page for the Content Sync module.

Return value

array An render array containing help for the Content Sync module.

1 method overrides ContentSyncHelpManagerInterface::buildIndex()
ContentSyncHelpManager::buildIndex in src/ContentSyncHelpManager.php
Build the main help page for the Content Sync module.

File

src/ContentSyncHelpManagerInterface.php, line 51

Class

ContentSyncHelpManagerInterface
Defines an interface for help classes.

Namespace

Drupal\content_sync

Code

public function buildIndex();