You are here

SearchSynonymsBehavior.interface.inc in Synonyms 7

Interfaces of synonyms behaviors shipped with Synonyms Search module.

File

synonyms_search/includes/SearchSynonymsBehavior.interface.inc
View source
<?php

/**
 * @file
 * Interfaces of synonyms behaviors shipped with Synonyms Search module.
 */

/**
 * Interface of search integration synonyms behavior.
 */
interface SearchSynonymsBehavior extends SynonymsBehavior {

}

Interfaces

Namesort descending Description
SearchSynonymsBehavior Interface of search integration synonyms behavior.