You are here

public function ContentSyncHelpManagerInterface::buildUses in Content Synchronization 8.2

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

Code

public function buildUses($docs = FALSE);