You are here

Functions in Features 8.3

Primary tabs

Namesort descending Location Description Direct uses Strings
drush_features_add drush/features.drush8.inc Adds a component to a features module.
drush_features_components drush/features.drush8.inc Lists components, with pattern matching.
drush_features_diff drush/features.drush8.inc Lists the differences in the package config vs the active store.
drush_features_export drush/features.drush8.inc Provides Drush command callback for features-export.
drush_features_import drush/features.drush8.inc Imports module config into the active store. 1
drush_features_import_all drush/features.drush8.inc Drush command callback for features-import-all.
drush_features_list_packages drush/features.drush8.inc Drush command callback for features-list-packages. 2
drush_features_status drush/features.drush8.inc Provides Drush command callback for features-status.
features_drush_command drush/features.drush8.inc Implements hook_drush_command().
features_file_download ./features.module Implements hook_file_download().
features_help ./features.module Implements hook_help().
features_modules_installed ./features.module Implements hook_modules_installed().
features_post_update_d9_compatibility ./features.post_update.php Clear caches due to changes in service arguments.
features_post_update_features_assigner_args ./features.post_update.php Clear caches due to changes in features_assigner service arguments.
features_post_update_prefixed_dependencies ./features.post_update.php Clear caches due to changes in features.manager service arguments.
features_ui_help modules/features_ui/features_ui.module Implements hook_help().
features_ui_theme modules/features_ui/features_ui.module Implements hook_theme().
features_update_8300 ./features.install Rebuild the container to add a parameter to the features.manager service.
features_update_8301 ./features.install Update existing feature bundles with new alter plugin configuration.
template_preprocess_features_assignment_configure_form modules/features_ui/features_ui.admin.inc Prepares variables for package assignment configuration form.
_drush_features_build_config drush/features.drush8.inc Returns an array of full config names given a array[$type][$component]. 1
_drush_features_component_filter drush/features.drush8.inc Filters components by patterns. 2
_drush_features_component_list drush/features.drush8.inc Returns a listing of all known components, indexed by source. 2
_drush_features_component_print drush/features.drush8.inc Prints a list of filtered components. 1
_drush_features_get_component_map drush/features.drush8.inc Provides a component to feature map (port of features_get_component_map). 1
_drush_features_options drush/features.drush8.inc Applies global options for Features drush commands. 7

Other projects