You are here

public function ContentSyncHelpManagerInterface::getHelp in Content Synchronization 8.2

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

Get help.

Parameters

string|null $id: (optional) Help id.

Return value

array|mixed A single help item or all help.

1 method overrides ContentSyncHelpManagerInterface::getHelp()
ContentSyncHelpManager::getHelp in src/ContentSyncHelpManager.php
Get help.

File

src/ContentSyncHelpManagerInterface.php, line 21

Class

ContentSyncHelpManagerInterface
Defines an interface for help classes.

Namespace

Drupal\content_sync

Code

public function getHelp($id = NULL);