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 11.x for conf
  5. Other projects
Title Object type File name Summary
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 Form constructor.
ConfigImportForm::create function core/modules/config/src/Form/ConfigImportForm.php Instantiates a new instance of this class.
ConfigImportForm::getFormId function core/modules/config/src/Form/ConfigImportForm.php Returns a unique string identifying the form.
ConfigImportForm::submitForm function core/modules/config/src/Form/ConfigImportForm.php Form submission handler.
ConfigImportForm::validateForm function core/modules/config/src/Form/ConfigImportForm.php Form validation handler.
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 The theme to install as the default for testing.
ConfigImportInstallProfileTest::$modules property core/modules/config/tests/src/Functional/ConfigImportInstallProfileTest.php Modules to install.
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 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/lib/Drupal/Core/EventSubscriber/ConfigImportSubscriber.php Config import subscriber for config import events.
ConfigImportSubscriber class core/modules/content_moderation/src/EventSubscriber/ConfigImportSubscriber.php Check moderation states are not being used before updating workflow config.
ConfigImportSubscriber.php file core/modules/content_moderation/src/EventSubscriber/ConfigImportSubscriber.php
ConfigImportSubscriber.php file core/lib/Drupal/Core/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.

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