You are here

21 string references to features.manager in Features 8.4

AssignmentConfigureForm::create in modules/features_ui/src/Form/AssignmentConfigureForm.php
Instantiates a new instance of this class.
AssignmentExcludeForm::create in modules/features_ui/src/Form/AssignmentExcludeForm.php
Instantiates a new instance of this class.
AssignmentFormBase::create in modules/features_ui/src/Form/AssignmentFormBase.php
Instantiates a new instance of this class.
drush_features_add in drush/features.drush8.inc
Adds a component to a features module.
drush_features_diff in drush/features.drush8.inc
Lists the differences in the package config vs the active store.
drush_features_export in drush/features.drush8.inc
Provides Drush command callback for features-export.
drush_features_import in drush/features.drush8.inc
Imports module config into the active store.
drush_features_import_all in drush/features.drush8.inc
Drush command callback for features-import-all.
drush_features_list_packages in drush/features.drush8.inc
Drush command callback for features-list-packages.
drush_features_status in drush/features.drush8.inc
Provides Drush command callback for features-status.
FeaturesAssignTest::setUp in tests/src/Kernel/FeaturesAssignTest.php
FeaturesDiffForm::create in modules/features_ui/src/Form/FeaturesDiffForm.php
Instantiates a new instance of this class.
FeaturesEditForm::create in modules/features_ui/src/Form/FeaturesEditForm.php
Instantiates a new instance of this class.
FeaturesExportForm::create in modules/features_ui/src/Form/FeaturesExportForm.php
Instantiates a new instance of this class.
FeaturesGenerateTest::setUp in tests/src/Kernel/FeaturesGenerateTest.php
FeaturesInstallStorage::getAllFolders in src/FeaturesInstallStorage.php
Returns a map of all config object names and their folders.
FeaturesManagerKernelTest::setUp in tests/src/Kernel/FeaturesManagerKernelTest.php
FeaturesUIController::create in modules/features_ui/src/Controller/FeaturesUIController.php
Instantiates a new instance of this class.
_drush_features_build_config in drush/features.drush8.inc
Returns an array of full config names given a array[$type][$component].
_drush_features_component_list in drush/features.drush8.inc
Returns a listing of all known components, indexed by source.
_drush_features_get_component_map in drush/features.drush8.inc
Provides a component to feature map (port of features_get_component_map).