You are here

interface HelpServiceInterface in Bibliography & Citation 2.0.x

Same name and namespace in other branches
  1. 8 src/HelpServiceInterface.php \Drupal\bibcite\HelpServiceInterface

Interface HelpInterface.

@package Drupal\bibcite

Hierarchy

Expanded class hierarchy of HelpServiceInterface

All classes that implement HelpServiceInterface

File

src/HelpServiceInterface.php, line 13

Namespace

Drupal\bibcite
View source
interface HelpServiceInterface {

  /**
   * Get help text from file.
   */
  public function getHelpMarkup($links, $route, $module);

}

Members

Namesort descending Modifiers Type Description Overrides
HelpServiceInterface::getHelpMarkup public function Get help text from file. 1