You are here

interface AutocompleteSynonymsBehavior in Synonyms 7

Interface of the autocomplete synonyms behavior.

Hierarchy

Expanded class hierarchy of AutocompleteSynonymsBehavior

All classes that implement AutocompleteSynonymsBehavior

1 string reference to 'AutocompleteSynonymsBehavior'
autocomplete.inc in plugins/behavior/autocomplete.inc

File

includes/SynonymsBehavior.interface.inc, line 174
Interfaces of synonyms behaviors that are shipped with Synonyms module.

View source
interface AutocompleteSynonymsBehavior extends SynonymsBehavior {

}

Members

Namesort descending Modifiers Type Description Overrides
SynonymsBehavior::extractSynonyms public function Extract synonyms from an entity within a specific behavior implementation. 7
SynonymsBehavior::featuresExportPipe public function Collect info on features pipe during invocation of hook_features_export(). 1
SynonymsBehavior::mergeEntityAsSynonym public function Add an entity as a synonym into another entity. 7
SynonymsBehavior::synonymsFind public function Look up entities by their synonyms within a behavior implementation. 7