You are here

46 string references to 'core.extension' in Zircon Profile 8.0

CompatibilityFixTest::testFixCompatibility in core/modules/system/src/Tests/Update/CompatibilityFixTest.php
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/modules/config/src/Tests/ConfigImporterTest.php
Tests install profile validation during configuration import.
ConfigImporterTest::testMissingCoreExtension in core/modules/config/src/Tests/ConfigImporterTest.php
Tests missing core.extension during configuration import.
ConfigImporterTest::testUnmetDependency in core/modules/config/src/Tests/ConfigImporterTest.php
Tests dependency validation during configuration import.
ConfigImportInstallProfileTest::testInstallProfileValidation in core/modules/config/src/Tests/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/src/Tests/ConfigImportUITest.php
ConfigImportUITest::testExtensionValidation in core/modules/config/src/Tests/ConfigImportUITest.php
Tests config importer cannot uninstall extensions which are depended on.
ConfigImportUITest::testImport in core/modules/config/src/Tests/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/src/Tests/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.
DrupalKernel::discoverServiceProviders in core/lib/Drupal/Core/DrupalKernel.php
Discovers available serviceProviders.
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.
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/src/Tests/FieldImportDeleteUninstallTest.php
Tests purging already deleted field storages and fields during a config import.
FieldImportDeleteUninstallTest::testImportDeleteUninstall in core/modules/field/src/Tests/FieldImportDeleteUninstallTest.php
Tests deleting field storages and fields as part of config import.
FieldImportDeleteUninstallUiTest::testImportDeleteUninstall in core/modules/field/src/Tests/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/modules/config/src/Tests/Storage/FileStorageTest.php
Performs setup tasks before each individual test method is run.
FileStorageTest::testlistAll in core/modules/config/src/Tests/Storage/FileStorageTest.php
Tests the FileStorage::listAll method with a relative and absolute path.
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.
ThemeHandler::rebuildThemeData in core/lib/Drupal/Core/Extension/ThemeHandler.php
Scans and collects theme extension data and their engines.
ThemeHandler::refreshInfo in core/lib/Drupal/Core/Extension/ThemeHandler.php
Refreshes the theme info data of currently installed themes.
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/modules/system/src/Tests/Extension/ThemeInstallerTest.php
Returns the system.theme config object.
UpdateContribTest::testUpdateShowDisabledThemes in core/modules/update/src/Tests/UpdateContribTest.php
Tests that disabled themes are only shown when desired.
UpdatePathRC1TestBaseTest::testDatabaseLoaded in core/modules/system/src/Tests/Update/UpdatePathRC1TestBaseTest.php
Tests that the database was properly loaded.
update_fix_compatibility in core/includes/update.inc
Disables any extensions that are incompatible with the current core version.