public function ContentSyncHelpManagerInterface::buildUses in Content Synchronization 8
Same name and namespace in other branches
- 8.2 src/ContentSyncHelpManagerInterface.php \Drupal\content_sync\ContentSyncHelpManagerInterface::buildUses()
- 3.0.x src/ContentSyncHelpManagerInterface.php \Drupal\content_sync\ContentSyncHelpManagerInterface::buildUses()
Build the uses section.
Parameters
bool $docs: Set to TRUE to build exportable HTML documentation.
Return value
array An render array containing the uses section.
1 method overrides ContentSyncHelpManagerInterface::buildUses()
- ContentSyncHelpManager::buildUses in src/
ContentSyncHelpManager.php - Build the uses section.
File
- src/
ContentSyncHelpManagerInterface.php, line 70
Class
- ContentSyncHelpManagerInterface
- Defines an interface for help classes.
Namespace
Drupal\content_syncCode
public function buildUses($docs = FALSE);