69 string references to 'core.extension'

CheckpointStorageTest::testRevert in core/tests/Drupal/KernelTests/Core/Config/Storage/Checkpoint/CheckpointStorageTest.php
CheckpointStorageTest::testRevertWithCollections in core/tests/Drupal/KernelTests/Core/Config/Storage/Checkpoint/CheckpointStorageTest.php
CKEditor5PluginManagerTest::mockModuleInVfs in core/modules/ckeditor5/tests/src/Kernel/CKEditor5PluginManagerTest.php
Mocks a module providing a CKEditor 5 plugin in VFS.
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::testEventsAndCollectionsImport in core/tests/Drupal/KernelTests/Core/Config/ConfigImporterTest.php
Tests events and collections during a config import.
ConfigImporterTest::testInstallBaseAndSubThemes in core/tests/Drupal/KernelTests/Core/Config/ConfigImporterTest.php
Tests installing a base themes and sub themes during configuration import.
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::testIsSyncingInHooks in core/tests/Drupal/KernelTests/Core/Config/ConfigImporterTest.php
Tests the isSyncing flags.
ConfigImporterTest::testMissingCoreExtension in core/tests/Drupal/KernelTests/Core/Config/ConfigImporterTest.php
Tests missing core.extension during configuration import.
ConfigImporterTest::testRequiredModuleValidation in core/tests/Drupal/KernelTests/Core/Config/ConfigImporterTest.php
Tests uninstall validators being called during synchronization.
ConfigImporterTest::testUninstallThemeIncrementsCount in core/tests/Drupal/KernelTests/Core/Config/ConfigImporterTest.php
Tests that uninstall a theme in config import correctly imports all config.
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 can 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.
ConfigImportThemeInstallTest::testConfigImportWithThemeWithModuleDependencies in core/tests/Drupal/KernelTests/Core/Theme/ConfigImportThemeInstallTest.php
Tests config imports that install and uninstall a theme with dependencies.
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.
drupal_install_system in core/includes/install.inc
Installs the system module.
EntityUpdateTest::setUp in core/modules/editor/tests/src/Kernel/EntityUpdateTest.php
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 previously deleted fields and storages in 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.
FieldImportDeleteUninstallUiTest::testSynchronizeForm in core/modules/field/tests/src/Functional/FieldImportDeleteUninstallUiTest.php
Tests if the synchronization form is available when the core.extension.yml is missing.
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/tests/src/Functional/HelpTopicTest.php
Gets a list of topic IDs to test.
HelpTopicTest::testHelp in core/modules/help/tests/src/Functional/HelpTopicTest.php
Tests the main help page and individual pages for topics.
HelpTopicTwig::getCacheTags in core/modules/help/src/HelpTopicTwig.php
The cache tags associated with this object.
HelpTopicTwigTest::testCacheInfo in core/modules/help/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.
MappingTest::providerMappingInterpretation in core/tests/Drupal/KernelTests/Config/Schema/MappingTest.php
Provides test cases for all kinds of i) dynamic typing, ii) optional keys.
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.
StandardRecipeTest::testStandard in core/tests/Drupal/FunctionalTests/Core/Recipe/StandardRecipeTest.php
Tests Standard installation recipe.
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 uninstalled 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.
UpdateRegistry::onConfigSave in core/lib/Drupal/Core/Update/UpdateRegistry.php
Processes the list of installed extensions when core.extension changes.
UpdateScriptTest::assertInstalledExtensionsConfig in core/modules/system/tests/src/Functional/UpdateSystem/UpdateScriptTest.php
Asserts that an installed extension's config setting is correct.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.