You are here

public function HelpServiceInterface::getHelpMarkup in Bibliography & Citation 2.0.x

Same name and namespace in other branches
  1. 8 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\bibcite

Code

public function getHelpMarkup($links, $route, $module);