You are here

public function ContentSyncHelpManagerInterface::buildHelpMenu in Content Synchronization 8.2

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

Build help (aka 'How can we help you?') menu (dropbutton) element.

Return value

array An render array containing about (aka 'How can we help you?') operations (dropbutton) element.

1 method overrides ContentSyncHelpManagerInterface::buildHelpMenu()
ContentSyncHelpManager::buildHelpMenu in src/ContentSyncHelpManager.php
Build help (aka 'How can we help you?') menu (dropbutton) element.

File

src/ContentSyncHelpManagerInterface.php, line 43

Class

ContentSyncHelpManagerInterface
Defines an interface for help classes.

Namespace

Drupal\content_sync

Code

public function buildHelpMenu();