54 string references to 'core.extension' in Drupal 9
- 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.
- ConfigImporterTest::testInstallProfile in core/
tests/ Drupal/ KernelTests/ Core/ Config/ ConfigImporterTest.php - Tests install profile validation during configuration import.
- ConfigImporterTest::testInstallProfileMisMatch in core/
tests/ Drupal/ KernelTests/ Core/ Config/ ConfigImporterTest.php - Tests install profile validation during configuration import.
- ConfigImporterTest::testMissingCoreExtension in core/
tests/ Drupal/ KernelTests/ Core/ Config/ ConfigImporterTest.php - Tests missing core.extension during configuration import.
- ConfigImporterTest::testUnmetDependency in core/
tests/ Drupal/ KernelTests/ Core/ Config/ ConfigImporterTest.php - Tests dependency validation during configuration import.
- ConfigImportInstallProfileTest::testInstallProfileValidation in core/
modules/ config/ tests/ src/ Functional/ ConfigImportInstallProfileTest.php - Tests config importer cannot uninstall install profiles.
- 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.
- ConfigImportUITest::testConfigUninstallConfigException in core/
modules/ config/ tests/ src/ Functional/ ConfigImportUITest.php - ConfigImportUITest::testExtensionValidation in core/
modules/ config/ tests/ src/ Functional/ ConfigImportUITest.php - Tests config importer cannot uninstall extensions which are depended on.
- ConfigImportUITest::testImport in core/
modules/ config/ tests/ src/ Functional/ ConfigImportUITest.php - Tests importing configuration.
- ConfigInstaller::getEnabledExtensions in core/
lib/ Drupal/ Core/ Config/ ConfigInstaller.php - Gets the list of enabled extensions including both modules and themes.
- ConfigSingleImportExportTest::testImportSimpleConfiguration in core/
modules/ config/ tests/ src/ Functional/ ConfigSingleImportExportTest.php - Tests importing a simple configuration file.
- 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.
- ConfigUninstallViaCliImportTest::testConfigUninstallViaCli in core/
modules/ config/ tests/ src/ Kernel/ ConfigUninstallViaCliImportTest.php - Tests that the config module can be uninstalled via CLI config import.
- ContentModerationWorkflowConfigTest::testDeletingStateViaConfiguration in core/
modules/ content_moderation/ tests/ src/ Kernel/ ContentModerationWorkflowConfigTest.php - Tests deleting a state via config import.
- DrupalFlushAllCachesTest::testDrupalFlushAllCachesModuleList in core/
tests/ Drupal/ KernelTests/ Core/ Common/ DrupalFlushAllCachesTest.php - Tests that drupal_flush_all_caches() uses core.extension properly.
- 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.
- EventSubscriber::onConfigSave in core/
modules/ config/ tests/ config_import_test/ src/ EventSubscriber.php - Reacts to a config save and records information in state for testing.
- 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.
- ExcludedModulesEventSubscriberTest::testExcludedModules in core/
tests/ Drupal/ KernelTests/ Core/ Config/ ExcludedModulesEventSubscriberTest.php - Tests excluding modules from the config export.
- ExtensionInstallStorage::getAllFolders in core/
lib/ Drupal/ Core/ Config/ ExtensionInstallStorage.php - Returns a map of all config object names and their folders.
- FieldImportDeleteUninstallTest::testImportAlreadyDeletedUninstall in core/
modules/ field/ tests/ src/ Kernel/ FieldImportDeleteUninstallTest.php - Tests purging already deleted field storages and fields during a config import.
- FieldImportDeleteUninstallTest::testImportDeleteUninstall in core/
modules/ field/ tests/ src/ Kernel/ FieldImportDeleteUninstallTest.php - Tests deleting field storages and fields as part of config import.
- FieldImportDeleteUninstallUiTest::testImportDeleteUninstall in core/
modules/ field/ tests/ src/ Functional/ FieldImportDeleteUninstallUiTest.php - Tests deleting field storages and fields as part of config import.
- field_config_import_steps_alter in core/
modules/ field/ field.module - Implements hook_config_import_steps_alter().
- field_form_config_admin_import_form_alter in core/
modules/ field/ field.module - Implements hook_form_FORM_ID_alter().
- FileStorageTest::setUp in core/
tests/ Drupal/ KernelTests/ Core/ Config/ Storage/ FileStorageTest.php - FileStorageTest::testlistAll in core/
tests/ Drupal/ KernelTests/ Core/ Config/ Storage/ FileStorageTest.php - Tests the FileStorage::listAll method with a relative and absolute path.
- FileStorageTest::testUnsupportedDataTypeConfigException in core/
tests/ Drupal/ KernelTests/ Core/ Config/ Storage/ FileStorageTest.php - Tests UnsupportedDataTypeConfigException.
- HelpTopicTest::getTopicList in core/
modules/ help_topics/ tests/ src/ Functional/ HelpTopicTest.php - Gets a list of topic IDs to test.
- HelpTopicTest::testHelp in core/
modules/ help_topics/ tests/ src/ Functional/ HelpTopicTest.php - Tests the main help page and individual pages for topics.
- HelpTopicTwig::getCacheTags in core/
modules/ help_topics/ src/ HelpTopicTwig.php - The cache tags associated with this object.
- HelpTopicTwigTest::testCacheInfo in core/
modules/ help_topics/ tests/ src/ Unit/ HelpTopicTwigTest.php - @covers ::getCacheContexts @covers ::getCacheTags @covers ::getCacheMaxAge
- KernelTestBase::bootKernel in core/
tests/ Drupal/ KernelTests/ KernelTestBase.php - Bootstraps a kernel for a test.
- KernelTestBase::disableModules in core/
tests/ Drupal/ KernelTests/ KernelTestBase.php - Disables modules for this test.
- KernelTestBase::enableModules in core/
tests/ Drupal/ KernelTests/ KernelTestBase.php - Enables modules for this test.
- 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.
- ThemeInstallerTest::extensionConfig in core/
tests/ Drupal/ KernelTests/ Core/ Theme/ ThemeInstallerTest.php - Returns the system.theme config object.
- UpdateContribTest::testUpdateShowDisabledThemes in core/
modules/ update/ tests/ src/ Functional/ UpdateContribTest.php - Tests that disabled themes are only shown when desired.
- UpdatePathNewDependencyTest::testUpdateNewDependency in core/
modules/ system/ tests/ src/ Functional/ UpdateSystem/ UpdatePathNewDependencyTest.php - Tests that a module can add services that depend on new modules.
- UpdateScriptTest::assertInstalledExtensionConfig in core/
modules/ system/ tests/ src/ Functional/ UpdateSystem/ UpdateScriptTest.php - Asserts that an installed extension's config setting is correct.