interface SearchSynonymsBehavior in Synonyms 7
Interface of search integration synonyms behavior.
Hierarchy
- interface \SynonymsBehavior
- interface \SearchSynonymsBehavior
Expanded class hierarchy of SearchSynonymsBehavior
All classes that implement SearchSynonymsBehavior
1 string reference to 'SearchSynonymsBehavior'
- search.inc in synonyms_search/
plugins/ behavior/ search.inc
File
- synonyms_search/
includes/ SearchSynonymsBehavior.interface.inc, line 12 - Interfaces of synonyms behaviors shipped with Synonyms Search module.
View source
interface SearchSynonymsBehavior extends SynonymsBehavior {
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
SynonymsBehavior:: |
public | function | Extract synonyms from an entity within a specific behavior implementation. | 7 |
SynonymsBehavior:: |
public | function | Collect info on features pipe during invocation of hook_features_export(). | 1 |
SynonymsBehavior:: |
public | function | Add an entity as a synonym into another entity. | 7 |
SynonymsBehavior:: |
public | function | Look up entities by their synonyms within a behavior implementation. | 7 |