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