You are here

interface SynonymsBehaviorInterface in Synonyms 8

Interface of a synonyms behavior. All behaviors must implement it.

Hierarchy

Expanded class hierarchy of SynonymsBehaviorInterface

All classes that implement SynonymsBehaviorInterface

3 files declare their use of SynonymsBehaviorInterface
BehaviorService.php in src/SynonymsService/BehaviorService.php
SearchService.php in synonyms_search/src/SynonymsService/Behavior/SearchService.php
SynonymConfigController.php in src/Controller/SynonymConfigController.php

File

src/SynonymsService/Behavior/SynonymsBehaviorInterface.php, line 8

Namespace

Drupal\synonyms\SynonymsService\Behavior
View source
interface SynonymsBehaviorInterface {

  /**
   * Get human readable title of this behavior.
   *
   * @return string
   *   The return title
   */
  public function getTitle();

}

Members

Namesort descending Modifiers Type Description Overrides
SynonymsBehaviorInterface::getTitle public function Get human readable title of this behavior. 3