HelpServiceInterface.php in Bibliography & Citation 2.0.x
Same filename and directory in other branches
Namespace
Drupal\bibciteFile
src/HelpServiceInterface.phpView source
<?php
namespace Drupal\bibcite;
/**
* Define an interface for Help service.
*/
/**
* Interface HelpInterface.
*
* @package Drupal\bibcite
*/
interface HelpServiceInterface {
/**
* Get help text from file.
*/
public function getHelpMarkup($links, $route, $module);
}
Interfaces
Name | Description |
---|---|
HelpServiceInterface | Interface HelpInterface. |