Search for import

  1. Search 7.x for import
  2. Search 9.5.x for import
  3. Search 8.9.x for import
  4. Search 11.x for import
  5. Other projects
Title Object type File name Summary
ConfigImporterTest::testDeleted function core/tests/Drupal/KernelTests/Core/Config/ConfigImporterTest.php Tests deletion of configuration during import.
ConfigImporterTest::testEmptyImportFails function core/tests/Drupal/KernelTests/Core/Config/ConfigImporterTest.php Tests that trying to import from empty sync configuration directory fails.
ConfigImporterTest::testEventsAndCollectionsImport function core/tests/Drupal/KernelTests/Core/Config/ConfigImporterTest.php Tests events and collections during a config import.
ConfigImporterTest::testInstallBaseAndSubThemes function core/tests/Drupal/KernelTests/Core/Config/ConfigImporterTest.php Tests installing a base themes and sub themes during configuration import.
ConfigImporterTest::testInstallProfile function core/tests/Drupal/KernelTests/Core/Config/ConfigImporterTest.php Tests install profile validation during configuration import.
ConfigImporterTest::testInstallProfileMisMatch function core/tests/Drupal/KernelTests/Core/Config/ConfigImporterTest.php Tests install profile validation during configuration import.
ConfigImporterTest::testInvalidStep function core/tests/Drupal/KernelTests/Core/Config/ConfigImporterTest.php Tests that the isConfigSyncing flag is cleanup after an invalid step.
ConfigImporterTest::testIsInstallable function core/tests/Drupal/KernelTests/Core/Config/ConfigImporterTest.php Tests the isInstallable method()
ConfigImporterTest::testIsSyncingInHooks function core/tests/Drupal/KernelTests/Core/Config/ConfigImporterTest.php Tests the isSyncing flags.
ConfigImporterTest::testMissingCoreExtension function core/tests/Drupal/KernelTests/Core/Config/ConfigImporterTest.php Tests missing core.extension during configuration import.
ConfigImporterTest::testNew function core/tests/Drupal/KernelTests/Core/Config/ConfigImporterTest.php Tests creation of configuration during import.
ConfigImporterTest::testNoImport function core/tests/Drupal/KernelTests/Core/Config/ConfigImporterTest.php Tests omission of module APIs for bare configuration operations.
ConfigImporterTest::testRequiredModuleValidation function core/tests/Drupal/KernelTests/Core/Config/ConfigImporterTest.php Tests uninstall validators being called during synchronization.
ConfigImporterTest::testSecondaryDeletedChildSecond function core/tests/Drupal/KernelTests/Core/Config/ConfigImporterTest.php Tests that secondary deletes for deleted files work as expected.
ConfigImporterTest::testSecondaryUpdateDeletedChildFirst function core/tests/Drupal/KernelTests/Core/Config/ConfigImporterTest.php Tests that secondary updates for deleted files work as expected.
ConfigImporterTest::testSecondaryUpdateDeletedParentFirst function core/tests/Drupal/KernelTests/Core/Config/ConfigImporterTest.php Tests that secondary updates for deleted files work as expected.
ConfigImporterTest::testSecondaryWritePrimaryFirst function core/tests/Drupal/KernelTests/Core/Config/ConfigImporterTest.php Tests that secondary writes are overwritten.
ConfigImporterTest::testSecondaryWriteSecondaryFirst function core/tests/Drupal/KernelTests/Core/Config/ConfigImporterTest.php Tests that secondary writes are overwritten.
ConfigImporterTest::testSiteUuidValidate function core/tests/Drupal/KernelTests/Core/Config/ConfigImporterTest.php Tests verification of site UUID before importing configuration.
ConfigImporterTest::testStorageComparerTargetStorage function core/tests/Drupal/KernelTests/Core/Config/ConfigImporterTest.php Tests the target storage caching during configuration import.
ConfigImporterTest::testUninstallThemeIncrementsCount function core/tests/Drupal/KernelTests/Core/Config/ConfigImporterTest.php Tests that uninstall a theme in config import correctly imports all config.
ConfigImporterTest::testUnmetDependency function core/tests/Drupal/KernelTests/Core/Config/ConfigImporterTest.php Tests dependency validation during configuration import.
ConfigImporterTest::testUpdated function core/tests/Drupal/KernelTests/Core/Config/ConfigImporterTest.php Tests updating of configuration during import.
ConfigImportForm class core/modules/config/src/Form/ConfigImportForm.php Defines the configuration import form.
ConfigImportForm.php file core/modules/config/src/Form/ConfigImportForm.php
ConfigImportForm::$configStorage property core/modules/config/src/Form/ConfigImportForm.php The configuration storage.
ConfigImportForm::$fileSystem property core/modules/config/src/Form/ConfigImportForm.php The file system service.
ConfigImportForm::$settings property core/modules/config/src/Form/ConfigImportForm.php The settings object.
ConfigImportForm::buildForm function core/modules/config/src/Form/ConfigImportForm.php
ConfigImportForm::create function core/modules/config/src/Form/ConfigImportForm.php
ConfigImportForm::getFormId function core/modules/config/src/Form/ConfigImportForm.php
ConfigImportForm::submitForm function core/modules/config/src/Form/ConfigImportForm.php
ConfigImportForm::validateForm function core/modules/config/src/Form/ConfigImportForm.php
ConfigImportForm::__construct function core/modules/config/src/Form/ConfigImportForm.php Constructs a new ConfigImportForm.
ConfigImportInstallProfileTest class core/modules/config/tests/src/Functional/ConfigImportInstallProfileTest.php Tests the importing/exporting configuration based on the install profile.
ConfigImportInstallProfileTest.php file core/modules/config/tests/src/Functional/ConfigImportInstallProfileTest.php
ConfigImportInstallProfileTest::$defaultTheme property core/modules/config/tests/src/Functional/ConfigImportInstallProfileTest.php
ConfigImportInstallProfileTest::$modules property core/modules/config/tests/src/Functional/ConfigImportInstallProfileTest.php
ConfigImportInstallProfileTest::$profile property core/modules/config/tests/src/Functional/ConfigImportInstallProfileTest.php The profile to install as a basis for testing.
ConfigImportInstallProfileTest::$webUser property core/modules/config/tests/src/Functional/ConfigImportInstallProfileTest.php A user with the 'synchronize configuration' permission.
ConfigImportInstallProfileTest::setUp function core/modules/config/tests/src/Functional/ConfigImportInstallProfileTest.php
ConfigImportInstallProfileTest::testInstallProfileValidation function core/modules/config/tests/src/Functional/ConfigImportInstallProfileTest.php Tests config importer can uninstall install profiles.
ConfigImportModuleUninstallValidatorInterface interface core/lib/Drupal/Core/Extension/ConfigImportModuleUninstallValidatorInterface.php Special interface for module uninstall validators for configuration import.
ConfigImportModuleUninstallValidatorInterface.php file core/lib/Drupal/Core/Extension/ConfigImportModuleUninstallValidatorInterface.php
ConfigImportModuleUninstallValidatorInterface::validateConfigImport function core/lib/Drupal/Core/Extension/ConfigImportModuleUninstallValidatorInterface.php Determines reasons a module can not be uninstalled prior to config import.
ConfigImportRecreateTest class core/tests/Drupal/KernelTests/Core/Config/ConfigImportRecreateTest.php Tests importing recreated configuration entities.
ConfigImportRecreateTest.php file core/tests/Drupal/KernelTests/Core/Config/ConfigImportRecreateTest.php
ConfigImportRecreateTest::$configImporter property core/tests/Drupal/KernelTests/Core/Config/ConfigImportRecreateTest.php Config Importer object used for testing.
ConfigImportRecreateTest::$modules property core/tests/Drupal/KernelTests/Core/Config/ConfigImportRecreateTest.php
ConfigImportRecreateTest::setUp function core/tests/Drupal/KernelTests/Core/Config/ConfigImportRecreateTest.php

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