public function ContentSyncHelpManagerInterface::buildIndex in Content Synchronization 8
Same name and namespace in other branches
- 8.2 src/ContentSyncHelpManagerInterface.php \Drupal\content_sync\ContentSyncHelpManagerInterface::buildIndex()
- 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_syncCode
public function buildIndex();