api_version); } } /** * Component hook. The hook should be implemented using the name ot the * component, not the module, eg. [component]_features_export() rather than * [module]_features_export(). * * Renders an addition to a feature. * * @return string * A rendered string. * @see features_override_export_render_addition(); */ function hook_features_override_export_render_addition() { } /** * Component hook. The hook should be implemented using the name ot the * component, not the module, eg. [component]_features_export() rather than * [module]_features_export(). * * Renders a deletion to a feature. * * @return string * A rendered string. * @see features_override_export_render_deletion(); */ function hook_features_override_export_render_deletion() { }