Search for config

  1. Search 7.x for config
  2. Search 9.5.x for config
  3. Search 8.9.x for config
  4. Search 11.x for config
  5. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Config class composer/Plugin/VendorHardening/Config.php Determine configuration.
Config class core/modules/migrate_drupal/src/Plugin/migrate/source/d8/Config.php Drupal 8+ configuration source from database.
Config class core/modules/migrate/src/Plugin/migrate/destination/Config.php Provides Configuration Management destination plugin.
Config class core/lib/Drupal/Core/Config/Config.php Defines the default configuration object.

All search results

Title Object type File name Summary
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 Modules to install.
ConfigImportRecreateTest::setUp function core/tests/Drupal/KernelTests/Core/Config/ConfigImportRecreateTest.php
ConfigImportRecreateTest::testRecreateEntity function core/tests/Drupal/KernelTests/Core/Config/ConfigImportRecreateTest.php
ConfigImportRenameValidationTest class core/tests/Drupal/KernelTests/Core/Config/ConfigImportRenameValidationTest.php Tests validating renamed configuration in a configuration import.
ConfigImportRenameValidationTest.php file core/tests/Drupal/KernelTests/Core/Config/ConfigImportRenameValidationTest.php
ConfigImportRenameValidationTest::$configImporter property core/tests/Drupal/KernelTests/Core/Config/ConfigImportRenameValidationTest.php Config Importer object used for testing.
ConfigImportRenameValidationTest::$modules property core/tests/Drupal/KernelTests/Core/Config/ConfigImportRenameValidationTest.php Modules to install.
ConfigImportRenameValidationTest::setUp function core/tests/Drupal/KernelTests/Core/Config/ConfigImportRenameValidationTest.php
ConfigImportRenameValidationTest::testRenameSimpleConfigValidation function core/tests/Drupal/KernelTests/Core/Config/ConfigImportRenameValidationTest.php Tests configuration renaming validation for simple configuration.
ConfigImportRenameValidationTest::testRenameValidation function core/tests/Drupal/KernelTests/Core/Config/ConfigImportRenameValidationTest.php Tests configuration renaming validation.
ConfigImportSubscriber class core/modules/content_moderation/src/EventSubscriber/ConfigImportSubscriber.php Check moderation states are not being used before updating workflow config.
ConfigImportSubscriber class core/lib/Drupal/Core/EventSubscriber/ConfigImportSubscriber.php Config import subscriber for config import events.
ConfigImportSubscriber.php file core/lib/Drupal/Core/EventSubscriber/ConfigImportSubscriber.php
ConfigImportSubscriber.php file core/modules/content_moderation/src/EventSubscriber/ConfigImportSubscriber.php
ConfigImportSubscriber::$configManager property core/modules/content_moderation/src/EventSubscriber/ConfigImportSubscriber.php The config manager.
ConfigImportSubscriber::$entityTypeManager property core/modules/content_moderation/src/EventSubscriber/ConfigImportSubscriber.php The entity type manager.
ConfigImportSubscriber::$moduleExtensionList property core/lib/Drupal/Core/EventSubscriber/ConfigImportSubscriber.php Module extension list.
ConfigImportSubscriber::$themeData property core/lib/Drupal/Core/EventSubscriber/ConfigImportSubscriber.php Theme data.
ConfigImportSubscriber::$themeList property core/lib/Drupal/Core/EventSubscriber/ConfigImportSubscriber.php The theme extension list.
ConfigImportSubscriber::$uninstallValidators property core/lib/Drupal/Core/EventSubscriber/ConfigImportSubscriber.php The uninstall validators.
ConfigImportSubscriber::addUninstallValidator function core/lib/Drupal/Core/EventSubscriber/ConfigImportSubscriber.php Adds a module uninstall validator.
ConfigImportSubscriber::getNames function core/lib/Drupal/Core/EventSubscriber/ConfigImportSubscriber.php Gets human readable extension names.
ConfigImportSubscriber::getThemeData function core/lib/Drupal/Core/EventSubscriber/ConfigImportSubscriber.php Gets theme data.
ConfigImportSubscriber::getWorkflow function core/modules/content_moderation/src/EventSubscriber/ConfigImportSubscriber.php Get the workflow entity object from the configuration name.
ConfigImportSubscriber::onConfigImporterValidate function core/modules/content_moderation/src/EventSubscriber/ConfigImportSubscriber.php Checks that the configuration synchronization is valid.
ConfigImportSubscriber::onConfigImporterValidate function core/lib/Drupal/Core/EventSubscriber/ConfigImportSubscriber.php Validates the configuration to be imported.
ConfigImportSubscriber::validateDependencies function core/lib/Drupal/Core/EventSubscriber/ConfigImportSubscriber.php Validates configuration being imported does not have unmet dependencies.
ConfigImportSubscriber::validateModules function core/lib/Drupal/Core/EventSubscriber/ConfigImportSubscriber.php Validates module installations and uninstallations.
ConfigImportSubscriber::validateThemes function core/lib/Drupal/Core/EventSubscriber/ConfigImportSubscriber.php Validates theme installations and uninstallations.
ConfigImportSubscriber::__construct function core/lib/Drupal/Core/EventSubscriber/ConfigImportSubscriber.php Constructs the ConfigImportSubscriber.
ConfigImportSubscriber::__construct function core/modules/content_moderation/src/EventSubscriber/ConfigImportSubscriber.php Constructs the event subscriber.
ConfigImportThemeInstallTest class core/tests/Drupal/KernelTests/Core/Theme/ConfigImportThemeInstallTest.php Tests installing and uninstalling of themes via configuration import.
ConfigImportThemeInstallTest.php file core/tests/Drupal/KernelTests/Core/Theme/ConfigImportThemeInstallTest.php
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

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