Search for conf

  1. Search 7.x for conf
  2. Search 9.5.x for conf
  3. Search 8.9.x for conf
  4. Search 10.3.x for conf
  5. Other projects
Title Object type File name Summary
ConfigImportThemeInstallTest::$modules property core/tests/Drupal/KernelTests/Core/Theme/ConfigImportThemeInstallTest.php Modules to install.
ConfigImportThemeInstallTest::setUp function core/tests/Drupal/KernelTests/Core/Theme/ConfigImportThemeInstallTest.php
ConfigImportThemeInstallTest::testConfigImportWithThemeWithModuleDependencies function core/tests/Drupal/KernelTests/Core/Theme/ConfigImportThemeInstallTest.php Tests config imports that install and uninstall a theme with dependencies.
ConfigImportUIAjaxTest class core/modules/config/tests/src/FunctionalJavascript/ConfigImportUIAjaxTest.php Tests the user interface for importing configuration.
ConfigImportUIAjaxTest.php file core/modules/config/tests/src/FunctionalJavascript/ConfigImportUIAjaxTest.php
ConfigImportUIAjaxTest::$defaultTheme property core/modules/config/tests/src/FunctionalJavascript/ConfigImportUIAjaxTest.php The theme to install as the default for testing.
ConfigImportUIAjaxTest::$modules property core/modules/config/tests/src/FunctionalJavascript/ConfigImportUIAjaxTest.php Modules to install.
ConfigImportUIAjaxTest::testImport function core/modules/config/tests/src/FunctionalJavascript/ConfigImportUIAjaxTest.php Tests an updated configuration object can be viewed more than once.
ConfigImportUITest class core/modules/config/tests/src/Functional/ConfigImportUITest.php Tests the user interface for importing configuration.
ConfigImportUITest.php file core/modules/config/tests/src/Functional/ConfigImportUITest.php
ConfigImportUITest::$defaultTheme property core/modules/config/tests/src/Functional/ConfigImportUITest.php The theme to install as the default for testing.
ConfigImportUITest::$modules property core/modules/config/tests/src/Functional/ConfigImportUITest.php Modules to install.
ConfigImportUITest::$webUser property core/modules/config/tests/src/Functional/ConfigImportUITest.php A user with the 'synchronize configuration' permission.
ConfigImportUITest::prepareSiteNameUpdate function core/modules/config/tests/src/Functional/ConfigImportUITest.php
ConfigImportUITest::setUp function core/modules/config/tests/src/Functional/ConfigImportUITest.php
ConfigImportUITest::testBatchErrors function core/modules/config/tests/src/Functional/ConfigImportUITest.php Tests that errors set in the batch and on the ConfigImporter are merged.
ConfigImportUITest::testConfigUninstallConfigException function core/modules/config/tests/src/Functional/ConfigImportUITest.php
ConfigImportUITest::testEntityBundleDelete function core/modules/config/tests/src/Functional/ConfigImportUITest.php Tests the config importer cannot delete bundles with existing entities.
ConfigImportUITest::testExtensionValidation function core/modules/config/tests/src/Functional/ConfigImportUITest.php Tests config importer cannot uninstall extensions which are depended on.
ConfigImportUITest::testImport function core/modules/config/tests/src/Functional/ConfigImportUITest.php Tests importing configuration.
ConfigImportUITest::testImportDiff function core/modules/config/tests/src/Functional/ConfigImportUITest.php Tests the screen that shows differences between active and sync.
ConfigImportUITest::testImportErrorLog function core/modules/config/tests/src/Functional/ConfigImportUITest.php Tests an import that results in an error.
ConfigImportUITest::testImportLock function core/modules/config/tests/src/Functional/ConfigImportUITest.php Tests concurrent importing of configuration.
ConfigImportUITest::testImportSiteUuidValidation function core/modules/config/tests/src/Functional/ConfigImportUITest.php Tests verification of site UUID before importing configuration.
ConfigImportUITest::testImportValidation function core/modules/config/tests/src/Functional/ConfigImportUITest.php Tests that multiple validation errors are listed on the page.
ConfigImportUploadTest class core/modules/config/tests/src/Functional/ConfigImportUploadTest.php Tests importing configuration from an uploaded file.
ConfigImportUploadTest.php file core/modules/config/tests/src/Functional/ConfigImportUploadTest.php
ConfigImportUploadTest::$defaultTheme property core/modules/config/tests/src/Functional/ConfigImportUploadTest.php The theme to install as the default for testing.
ConfigImportUploadTest::$modules property core/modules/config/tests/src/Functional/ConfigImportUploadTest.php Modules to install.
ConfigImportUploadTest::$webUser property core/modules/config/tests/src/Functional/ConfigImportUploadTest.php A user with the 'import configuration' permission.
ConfigImportUploadTest::setUp function core/modules/config/tests/src/Functional/ConfigImportUploadTest.php
ConfigImportUploadTest::testImport function core/modules/config/tests/src/Functional/ConfigImportUploadTest.php Tests importing configuration.
ConfigImportValidateEventSubscriberBase class core/lib/Drupal/Core/Config/ConfigImportValidateEventSubscriberBase.php Defines a base event listener implementation for config sync validation.
ConfigImportValidateEventSubscriberBase.php file core/lib/Drupal/Core/Config/ConfigImportValidateEventSubscriberBase.php
ConfigImportValidateEventSubscriberBase::getSubscribedEvents function core/lib/Drupal/Core/Config/ConfigImportValidateEventSubscriberBase.php
ConfigImportValidateEventSubscriberBase::onConfigImporterValidate function core/lib/Drupal/Core/Config/ConfigImportValidateEventSubscriberBase.php Checks that the configuration synchronization is valid.
ConfigInstaller class core/lib/Drupal/Core/Config/ConfigInstaller.php
ConfigInstaller class core/lib/Drupal/Core/ProxyClass/Config/ConfigInstaller.php Provides a proxy class for \Drupal\Core\Config\ConfigInstaller.
ConfigInstaller.php file core/lib/Drupal/Core/ProxyClass/Config/ConfigInstaller.php
ConfigInstaller.php file core/lib/Drupal/Core/Config/ConfigInstaller.php
ConfigInstaller::$activeStorages property core/lib/Drupal/Core/Config/ConfigInstaller.php The active configuration storages, keyed by collection.
ConfigInstaller::$configFactory property core/lib/Drupal/Core/Config/ConfigInstaller.php The configuration factory.
ConfigInstaller::$configManager property core/lib/Drupal/Core/Config/ConfigInstaller.php The configuration manager.
ConfigInstaller::$container property core/lib/Drupal/Core/ProxyClass/Config/ConfigInstaller.php The service container.
ConfigInstaller::$drupalProxyOriginalServiceId property core/lib/Drupal/Core/ProxyClass/Config/ConfigInstaller.php The id of the original proxied service.
ConfigInstaller::$eventDispatcher property core/lib/Drupal/Core/Config/ConfigInstaller.php The event dispatcher.
ConfigInstaller::$extensionPathResolver property core/lib/Drupal/Core/Config/ConfigInstaller.php The extension path resolver.
ConfigInstaller::$installProfile property core/lib/Drupal/Core/Config/ConfigInstaller.php The name of the currently active installation profile.
ConfigInstaller::$isSyncing property core/lib/Drupal/Core/Config/ConfigInstaller.php Is configuration being created as part of a configuration sync.
ConfigInstaller::$service property core/lib/Drupal/Core/ProxyClass/Config/ConfigInstaller.php The real proxied service, after it was lazy loaded.

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