You are here

15 calls to features_var_export() in Features 6

content_features_export_render in includes/features.content.inc
Implementation of hook_features_export_render().
features_detect_overrides in ./features.export.inc
Detect differences between DB and code components of a feature.
features_get_signature in ./features.export.inc
Wrapper around features_get_[storage] to return an md5hash of a normalized defaults/normal object array. Can be used to compare normal/default states of a module's component.
features_translatables_export in ./features.export.inc
Helper function to return an array of t()'d translatables strings. Useful for providing a separate array of translatables with your export so that string extractors like potx can detect them.
fieldgroup_features_export_render in includes/features.fieldgroup.inc
Implementation of hook_features_export_render().
filter_features_export_render in includes/features.filter.inc
Implementation of hook_features_export_render().
hook_features_export_render in ./features.api.php
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().
imagecache_features_export_render in includes/features.imagecache.inc
Implementation of hook_features_export_render().
menu_custom_features_export_render in includes/features.menu.inc
Implementation of hook_features_export_render()
menu_links_features_export_render in includes/features.menu.inc
Implementation of hook_features_export_render()
profile_field_features_export_render in includes/features.profile.inc
Implementation of hook_features_export_render().
taxonomy_features_export_render in includes/features.taxonomy.inc
Implementation of hook_features_export_render().
user_permission_features_export_render in includes/features.user.inc
Implementation of hook_features_export_render().
user_role_features_export_render in includes/features.user.inc
Implementation of hook_features_export_render().
views_api_features_export_render in includes/features.views.inc
Implementation of hook_features_export_render(). Adds the views mothership hook, views_api().