You are here

20 calls to features_get_components() in Features 7.2

FeaturesEnableTestCase::testFeaturesGetComponents in tests/features.test
Run test for features_get_components on enable.
features_export_build_form_submit in ./features.admin.inc
First submit handler 'Generate feature' and 'Download feature' buttons.
features_export_render in ./features.export.inc
Render feature export into an array representing its files.
features_get_component_states in ./features.export.inc
Retrieve an array of features/components and their current states.
features_get_conflicts in ./features.module
Detects potential conflicts between features that provide the same items.
features_get_default in ./features.export.inc
Get defaults for a given module/component pair.
features_get_default_alter_hook in ./features.export.inc
Gets the available default hooks keyed by components.
features_get_default_hooks in ./features.export.inc
Gets the available default hooks keyed by components.
features_get_deprecated in ./features.module
Returns an array of deprecated components.
features_get_feature_components in ./features.module
Returns components that are offered as an option on feature creation.
features_hook in ./features.module
Checks whether a component implements the given hook.
features_include in ./features.module
Includes PHP files where features components are defined.
features_include_defaults in ./features.module
Includes PHP files that contain (generated) default hook implementations.
features_modules_enabled in ./features.module
Implements hook_modules_enabled().
features_settings_form in ./features.admin.inc
Form builder for 'admin/structure/features/settings'.
features_update_6101 in ./features.install
Update 6101: Set codestate signature for all features.
template_preprocess_features_admin_components in theme/theme.inc
Display feature component info.
theme_features_components in theme/theme.inc
Theme a set of features export components.
_features_export_build in ./features.admin.inc
Return the full feature export array based upon user selections in form_state.
_features_get_used in ./features.admin.inc
Gets a list of component items already provided by (other) enabled modules.