You are here

HelpServiceInterface.php in Bibliography & Citation 2.0.x

Same filename and directory in other branches
  1. 8 src/HelpServiceInterface.php

Namespace

Drupal\bibcite

File

src/HelpServiceInterface.php
View 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

Namesort descending Description
HelpServiceInterface Interface HelpInterface.