You are here

62 string references to 'core.extension' in Drupal 8

CompatibilityFixTest::testFixCompatibility in core/tests/Drupal/KernelTests/Core/Update/CompatibilityFixTest.php
@expectedDeprecation update_fix_compatibility() is deprecated in Drupal 8.8.5 and will be removed before Drupal 9.0.0. There is no replacement. See https://www.drupal.org/node/3026100
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
Test 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
Test 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::testReadUnsupportedDataTypeConfigException in core/tests/Drupal/KernelTests/Core/Config/Storage/FileStorageTest.php
Test UnsupportedDataTypeConfigException displays path of erroneous file during read.
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::disableModules in core/modules/simpletest/src/KernelTestBase.php
Disables modules for this test.
KernelTestBase::enableModules in core/tests/Drupal/KernelTests/KernelTestBase.php
Enables modules for this test.
KernelTestBase::enableModules in core/modules/simpletest/src/KernelTestBase.php
Enables modules for this test.
KernelTestBase::setUp in core/modules/simpletest/src/KernelTestBase.php
Performs setup tasks before each individual test method is run.
KernelTestBaseTest::testNoThemeByDefault in core/modules/simpletest/src/Tests/KernelTestBaseTest.php
Tests that there is no theme by default.
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().
system_update_8601 in core/modules/system/system.install
Fix missing install profile after updating to Drupal 8.6.9 with Drush 8.
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
Test that a module can add services that depend on new modules.
UpdatePathRC1TestBaseTest::testDatabaseLoaded in core/modules/system/tests/src/Functional/Update/UpdatePathRC1TestBaseTest.php
Tests that the database was properly loaded.
UpdateScriptTest::assertInstalledExtensionConfig in core/modules/system/tests/src/Functional/UpdateSystem/UpdateScriptTest.php
Asserts that an installed extension's config setting is correct.
update_fix_compatibility in core/includes/update.inc
Disables any extensions that are incompatible with the current core version.