You are here

public function SynonymsBehavior::featuresExportPipe in Synonyms 7

Collect info on features pipe during invocation of hook_features_export().

If your synonyms provider depends on some other features components, this method should return them.

Return value

array Array of features pipe as per hook_features_export() specification

1 method overrides SynonymsBehavior::featuresExportPipe()
AbstractSynonymsBehavior::featuresExportPipe in includes/SynonymsBehavior.interface.inc
Collect info on features pipe during invocation of hook_features_export().

File

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

Class

SynonymsBehavior
General interface of a synonyms behavior.

Code

public function featuresExportPipe();