You are here

function rules_features_abstract_default_features_export in Rules 7.2

Default extension callback used as default for the abstract plugin class.

Actions and conditions may override this with an implementation which actually does something.

See also

RulesPluginFeaturesIntegrationInterface

1 string reference to 'rules_features_abstract_default_features_export'
rules_rules_plugin_info in ./rules.module
Implements hook_rules_plugin_info().

File

./rules.features.inc, line 57
Provides Features integration for the Rules module.

Code

function rules_features_abstract_default_features_export(&$export, &$pipe, $module_name, $element) {

  // Do nothing.
}