public function HelpServiceInterface::getHelpMarkup in Bibliography & Citation 8
Same name and namespace in other branches
- 2.0.x src/HelpServiceInterface.php \Drupal\bibcite\HelpServiceInterface::getHelpMarkup()
Get help text from file.
1 method overrides HelpServiceInterface::getHelpMarkup()
- HelpService::getHelpMarkup in src/
HelpService.php - Get help text from file.
File
- src/
HelpServiceInterface.php, line 18
Class
- HelpServiceInterface
- Interface HelpInterface.
Namespace
Drupal\bibciteCode
public function getHelpMarkup($links, $route, $module);