You are here

17 calls to features_get_components() in Features 7

FeaturesEnableTestCase::testFeaturesGetComponents in tests/features.test
Run test for features_get_components on enable.
features_export_build_form_populate in ./features.admin.inc
AJAX callback for features_export_form_build().
features_export_build_form_submit in ./features.admin.inc
Form submission handler for features_export_form().
features_export_form in ./features.admin.inc
Form constructor for features export form.
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
Detect potential conflicts between any features that provide identical components.
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_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
Load includes for any modules that implement the features API and load includes for those provided by features.
features_include_defaults in ./features.module
Load features includes for all components that require includes before collecting defaults.
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.