interface HelpServiceInterface in Bibliography & Citation 8
Same name and namespace in other branches
- 2.0.x src/HelpServiceInterface.php \Drupal\bibcite\HelpServiceInterface
Interface HelpInterface.
@package Drupal\bibcite
Hierarchy
- interface \Drupal\bibcite\HelpServiceInterface
Expanded class hierarchy of HelpServiceInterface
All classes that implement HelpServiceInterface
File
- src/
HelpServiceInterface.php, line 13
Namespace
Drupal\bibciteView source
interface HelpServiceInterface {
/**
* Get help text from file.
*/
public function getHelpMarkup($links, $route, $module);
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
HelpServiceInterface:: |
public | function | Get help text from file. | 1 |