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
ConfigEntityValidationTestBase::testRequiredPropertyValuesMissing function core/tests/Drupal/KernelTests/Core/Config/ConfigEntityValidationTestBase.php A property that is required must have a value (i.e. not NULL).
ConfigEvents class core/lib/Drupal/Core/Config/ConfigEvents.php Defines events for the configuration system.
ConfigEvents.php file core/lib/Drupal/Core/Config/ConfigEvents.php
ConfigEvents::DELETE constant core/lib/Drupal/Core/Config/ConfigEvents.php Name of the event fired when deleting a configuration object.
ConfigEvents::IMPORT constant core/lib/Drupal/Core/Config/ConfigEvents.php Name of the event fired when importing configuration to target storage.
ConfigEvents::IMPORT_MISSING_CONTENT constant core/lib/Drupal/Core/Config/ConfigEvents.php Name of event fired when missing content dependencies are detected.
ConfigEvents::IMPORT_VALIDATE constant core/lib/Drupal/Core/Config/ConfigEvents.php Name of the event fired when validating imported configuration.
ConfigEvents::RENAME constant core/lib/Drupal/Core/Config/ConfigEvents.php Name of the event fired when renaming a configuration object.
ConfigEvents::SAVE constant core/lib/Drupal/Core/Config/ConfigEvents.php Name of the event fired when saving a configuration object.
ConfigEvents::STORAGE_TRANSFORM_EXPORT constant core/lib/Drupal/Core/Config/ConfigEvents.php Name of the event fired when the export storage is used.
ConfigEvents::STORAGE_TRANSFORM_IMPORT constant core/lib/Drupal/Core/Config/ConfigEvents.php Name of the event fired just before importing configuration.
ConfigEventsTest class core/tests/Drupal/KernelTests/Core/Config/ConfigEventsTest.php Tests events fired on configuration objects.
ConfigEventsTest.php file core/tests/Drupal/KernelTests/Core/Config/ConfigEventsTest.php
ConfigEventsTest::$modules property core/tests/Drupal/KernelTests/Core/Config/ConfigEventsTest.php Modules to install.
ConfigEventsTest::testConfigEvents function core/tests/Drupal/KernelTests/Core/Config/ConfigEventsTest.php Tests configuration events.
ConfigEventsTest::testConfigRenameEvent function core/tests/Drupal/KernelTests/Core/Config/ConfigEventsTest.php Tests configuration rename event that is fired from the ConfigFactory.
ConfigException class core/lib/Drupal/Core/Config/ConfigException.php A base exception thrown in any configuration system operations.
ConfigException.php file core/lib/Drupal/Core/Config/ConfigException.php
ConfigExistsConstraint class core/lib/Drupal/Core/Config/Plugin/Validation/Constraint/ConfigExistsConstraint.php Checks that the value is the name of an existing config object.
ConfigExistsConstraint.php file core/lib/Drupal/Core/Config/Plugin/Validation/Constraint/ConfigExistsConstraint.php
ConfigExistsConstraint::$message property core/lib/Drupal/Core/Config/Plugin/Validation/Constraint/ConfigExistsConstraint.php The error message.
ConfigExistsConstraint::$prefix property core/lib/Drupal/Core/Config/Plugin/Validation/Constraint/ConfigExistsConstraint.php Optional prefix, to be specified when this contains a config entity ID.
ConfigExistsConstraintValidator class core/lib/Drupal/Core/Config/Plugin/Validation/Constraint/ConfigExistsConstraintValidator.php Validates that a given config object exists.
ConfigExistsConstraintValidator.php file core/lib/Drupal/Core/Config/Plugin/Validation/Constraint/ConfigExistsConstraintValidator.php
ConfigExistsConstraintValidator::$configFactory property core/lib/Drupal/Core/Config/Plugin/Validation/Constraint/ConfigExistsConstraintValidator.php The config factory service.
ConfigExistsConstraintValidator::create function core/lib/Drupal/Core/Config/Plugin/Validation/Constraint/ConfigExistsConstraintValidator.php Instantiates a new instance of this class.
ConfigExistsConstraintValidator::validate function core/lib/Drupal/Core/Config/Plugin/Validation/Constraint/ConfigExistsConstraintValidator.php
ConfigExistsConstraintValidator::__construct function core/lib/Drupal/Core/Config/Plugin/Validation/Constraint/ConfigExistsConstraintValidator.php Constructs a ConfigExistsConstraintValidator object.
ConfigExistsConstraintValidatorTest class core/tests/Drupal/KernelTests/Core/Config/ConfigExistsConstraintValidatorTest.php Tests the ConfigExists constraint validator.
ConfigExistsConstraintValidatorTest.php file core/tests/Drupal/KernelTests/Core/Config/ConfigExistsConstraintValidatorTest.php
ConfigExistsConstraintValidatorTest::$modules property core/tests/Drupal/KernelTests/Core/Config/ConfigExistsConstraintValidatorTest.php Modules to install.
ConfigExistsConstraintValidatorTest::testValidation function core/tests/Drupal/KernelTests/Core/Config/ConfigExistsConstraintValidatorTest.php Tests the ConfigExists constraint validator.
ConfigExportForm class core/modules/config/src/Form/ConfigExportForm.php Defines the configuration export form.
ConfigExportForm.php file core/modules/config/src/Form/ConfigExportForm.php
ConfigExportForm::buildForm function core/modules/config/src/Form/ConfigExportForm.php Form constructor.
ConfigExportForm::getFormId function core/modules/config/src/Form/ConfigExportForm.php Returns a unique string identifying the form.
ConfigExportForm::submitForm function core/modules/config/src/Form/ConfigExportForm.php Form submission handler.
ConfigExportImportUITest class core/modules/config/tests/src/Functional/ConfigExportImportUITest.php Tests the user interface for importing/exporting configuration.
ConfigExportImportUITest.php file core/modules/config/tests/src/Functional/ConfigExportImportUITest.php
ConfigExportImportUITest::$contentType property core/modules/config/tests/src/Functional/ConfigExportImportUITest.php Holds a content type.
ConfigExportImportUITest::$defaultTheme property core/modules/config/tests/src/Functional/ConfigExportImportUITest.php The theme to install as the default for testing.
ConfigExportImportUITest::$fieldName property core/modules/config/tests/src/Functional/ConfigExportImportUITest.php Holds the randomly-generated name of a field.
ConfigExportImportUITest::$fieldStorage property core/modules/config/tests/src/Functional/ConfigExportImportUITest.php Holds the field storage entity for $fieldName.
ConfigExportImportUITest::$modules property core/modules/config/tests/src/Functional/ConfigExportImportUITest.php Modules to install.
ConfigExportImportUITest::$newSlogan property core/modules/config/tests/src/Functional/ConfigExportImportUITest.php Holds a randomly generated new 'site slogan' for testing.
ConfigExportImportUITest::$originalSlogan property core/modules/config/tests/src/Functional/ConfigExportImportUITest.php Holds the original 'site slogan' before testing.
ConfigExportImportUITest::$tarball property core/modules/config/tests/src/Functional/ConfigExportImportUITest.php The contents of the config export tarball, held between test methods.
ConfigExportImportUITest::setUp function core/modules/config/tests/src/Functional/ConfigExportImportUITest.php
ConfigExportImportUITest::testExportImport function core/modules/config/tests/src/Functional/ConfigExportImportUITest.php Tests a simple site export import case.
ConfigExportImportUITest::testExportImportCollections function core/modules/config/tests/src/Functional/ConfigExportImportUITest.php Tests an export and import of collections.

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