26 string references to 'core.extension'
- ConfigImporter::createExtensionChangelist in core/
lib/ Drupal/ Core/ Config/ ConfigImporter.php - Populates the extension change list.
- ConfigImporterFieldPurger::initializeSandbox in core/
modules/ field/ src/ ConfigImporterFieldPurger.php - Initializes the batch context sandbox for processing field deletions.
- ConfigImportSubscriber::onConfigImporterValidate in core/
lib/ Drupal/ Core/ EventSubscriber/ ConfigImportSubscriber.php - Validates the configuration to be imported.
- ConfigImportSubscriber::validateDependencies in core/
lib/ Drupal/ Core/ EventSubscriber/ ConfigImportSubscriber.php - Validates configuration being imported does not have unmet dependencies.
- ConfigImportSubscriber::validateModules in core/
lib/ Drupal/ Core/ EventSubscriber/ ConfigImportSubscriber.php - Validates module installations and uninstallations.
- ConfigImportSubscriber::validateThemes in core/
lib/ Drupal/ Core/ EventSubscriber/ ConfigImportSubscriber.php - Validates theme installations and uninstallations.
- ConfigInstaller::getEnabledExtensions in core/
lib/ Drupal/ Core/ Config/ ConfigInstaller.php - Gets the list of enabled extensions including both modules and themes.
- ConfigSubscriber::onConfigImporterValidate in core/
modules/ config/ src/ ConfigSubscriber.php - Checks that the Configuration module is not being uninstalled.
- ConfigSync::buildForm in core/
modules/ config/ src/ Form/ ConfigSync.php - Form constructor.
- DrupalKernel::discoverServiceProviders in core/
lib/ Drupal/ Core/ DrupalKernel.php - Discovers available serviceProviders.
- DrupalKernel::getInstallProfile in core/
lib/ Drupal/ Core/ DrupalKernel.php - Gets the active install profile.
- drupal_install_system in core/
includes/ install.inc - Installs the system module.
- ExcludedModulesEventSubscriber::onConfigTransformExport in core/
lib/ Drupal/ Core/ EventSubscriber/ ExcludedModulesEventSubscriber.php - Transform the storage which is used to export the configuration.
- ExcludedModulesEventSubscriber::onConfigTransformImport in core/
lib/ Drupal/ Core/ EventSubscriber/ ExcludedModulesEventSubscriber.php - Transform the storage which is used to import the configuration.
- ExtensionInstallStorage::getAllFolders in core/
lib/ Drupal/ Core/ Config/ ExtensionInstallStorage.php - Returns a map of all config object names and their folders.
- FieldHooks::configImportStepsAlter in core/
modules/ field/ src/ Hook/ FieldHooks.php - Implements hook_config_import_steps_alter().
- FieldHooks::formConfigAdminImportFormAlter in core/
modules/ field/ src/ Hook/ FieldHooks.php - Implements hook_form_FORM_ID_alter().
- HelpTopicTwig::getCacheTags in core/
modules/ help/ src/ HelpTopicTwig.php - The cache tags associated with this object.
- ModuleInstaller::install in core/
lib/ Drupal/ Core/ Extension/ ModuleInstaller.php - Installs a given list of modules.
- ModuleInstaller::uninstall in core/
lib/ Drupal/ Core/ Extension/ ModuleInstaller.php - Uninstalls a given list of modules.
- module_set_weight in core/
includes/ module.inc - Sets weight of a particular module.
- SelectProfileForm::buildForm in core/
lib/ Drupal/ Core/ Installer/ Form/ SelectProfileForm.php - Form constructor.
- system_requirements in core/
modules/ system/ system.install - Implements hook_requirements().
- ThemeInstaller::install in core/
lib/ Drupal/ Core/ Extension/ ThemeInstaller.php - Installs a given list of themes.
- ThemeInstaller::uninstall in core/
lib/ Drupal/ Core/ Extension/ ThemeInstaller.php - Uninstalls a given list of themes.
- UpdateRegistry::onConfigSave in core/
lib/ Drupal/ Core/ Update/ UpdateRegistry.php - Processes the list of installed extensions when core.extension changes.