You are here

13 calls to features_var_export() in Features 7

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.
field_features_export_render in includes/features.field.inc
Implements hook_features_export_render().
filter_features_export_render in includes/features.filter.inc
Implements 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().
image_features_export_render in includes/features.image.inc
Implements hook_features_export_render().
language_features_export_render in includes/features.locale.inc
Implements hook_features_export_render().
menu_custom_features_export_render in includes/features.menu.inc
Implements hook_features_export_render()
menu_links_features_export_render in includes/features.menu.inc
Implements hook_features_export_render()
taxonomy_features_export_render in includes/features.taxonomy.inc
Implements hook_features_export_render().
user_permission_features_export_render in includes/features.user.inc
Implements hook_features_export_render().
user_role_features_export_render in includes/features.user.inc
Implements hook_features_export_render().