SearchSynonymsBehavior.interface.inc in Synonyms 7
Interfaces of synonyms behaviors shipped with Synonyms Search module.
File
synonyms_search/includes/SearchSynonymsBehavior.interface.incView source
<?php
/**
* @file
* Interfaces of synonyms behaviors shipped with Synonyms Search module.
*/
/**
* Interface of search integration synonyms behavior.
*/
interface SearchSynonymsBehavior extends SynonymsBehavior {
}
Interfaces
Name | Description |
---|---|
SearchSynonymsBehavior | Interface of search integration synonyms behavior. |