Search for Id

  1. Search 7.x for Id
  2. Search 9.5.x for Id
  3. Search 8.9.x for Id
  4. Search 10.3.x for Id
  5. Other projects
Title Object type File name Summary
ConfigEntityValidationTestBase::isFullyValidatable function core/tests/Drupal/KernelTests/Core/Config/ConfigEntityValidationTestBase.php Whether the tested config entity type is fully validatable.
ConfigEntityValidationTestBase::providerConfigDependenciesValidation function core/tests/Drupal/KernelTests/Core/Config/ConfigEntityValidationTestBase.php Data provider for ::testConfigDependenciesValidation().
ConfigEntityValidationTestBase::providerInvalidMachineNameCharacters function core/tests/Drupal/KernelTests/Core/Config/ConfigEntityValidationTestBase.php Data provider for ::testInvalidMachineNameCharacters().
ConfigEntityValidationTestBase::setLabel function core/tests/Drupal/KernelTests/Core/Config/ConfigEntityValidationTestBase.php Sets the label of the given config entity.
ConfigEntityValidationTestBase::setUp function core/tests/Drupal/KernelTests/Core/Config/ConfigEntityValidationTestBase.php
ConfigEntityValidationTestBase::testConfigDependenciesValidation function core/tests/Drupal/KernelTests/Core/Config/ConfigEntityValidationTestBase.php Tests validation of config dependencies.
ConfigEntityValidationTestBase::testEntityIsValid function core/tests/Drupal/KernelTests/Core/Config/ConfigEntityValidationTestBase.php Ensures that the entity created in ::setUp() has no validation errors.
ConfigEntityValidationTestBase::testImmutableProperties function core/tests/Drupal/KernelTests/Core/Config/ConfigEntityValidationTestBase.php Tests that immutable properties cannot be changed.
ConfigEntityValidationTestBase::testInvalidMachineNameCharacters function core/tests/Drupal/KernelTests/Core/Config/ConfigEntityValidationTestBase.php Tests that the entity's ID is tested for invalid characters.
ConfigEntityValidationTestBase::testLabelValidation function core/tests/Drupal/KernelTests/Core/Config/ConfigEntityValidationTestBase.php Tests validation of config entity's label.
ConfigEntityValidationTestBase::testLangcode function core/tests/Drupal/KernelTests/Core/Config/ConfigEntityValidationTestBase.php Tests that the config entity's langcode is validated.
ConfigEntityValidationTestBase::testMachineNameLength function core/tests/Drupal/KernelTests/Core/Config/ConfigEntityValidationTestBase.php Tests that the entity ID's length is validated if it is a machine name.
ConfigEntityValidationTestBase::testRequiredPropertyKeysMissing function core/tests/Drupal/KernelTests/Core/Config/ConfigEntityValidationTestBase.php A property that is required must have a value (i.e. not NULL).
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::IMPORT_VALIDATE constant core/lib/Drupal/Core/Config/ConfigEvents.php Name of the event fired when validating imported configuration.
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::getFormId function core/modules/config/src/Form/ConfigExportForm.php Returns a unique string identifying the form.
ConfigFactory::$configFactoryOverrides property core/lib/Drupal/Core/Config/ConfigFactory.php An array of config factory override objects ordered by priority.
ConfigFactory::addOverride function core/lib/Drupal/Core/Config/ConfigFactory.php Adds config factory override services.
ConfigFactory::loadOverrides function core/lib/Drupal/Core/Config/ConfigFactory.php Get arbitrary overrides for the named configuration objects from modules.
ConfigFactory::propagateConfigOverrideCacheability function core/lib/Drupal/Core/Config/ConfigFactory.php Propagates cacheability of config overrides to cached config objects.
ConfigFactoryInterface::addOverride function core/lib/Drupal/Core/Config/ConfigFactoryInterface.php Adds config factory override services.
ConfigFactoryOverrideBase class core/lib/Drupal/Core/Config/ConfigFactoryOverrideBase.php Defines a base event listener implementation configuration overrides.
ConfigFactoryOverrideBase.php file core/lib/Drupal/Core/Config/ConfigFactoryOverrideBase.php
ConfigFactoryOverrideBase::addCollections function core/lib/Drupal/Core/Config/ConfigFactoryOverrideBase.php Reacts to the ConfigCollectionEvents::COLLECTION_INFO event.
ConfigFactoryOverrideBase::filterNestedArray function core/lib/Drupal/Core/Config/ConfigFactoryOverrideBase.php Filters data in nested arrays.
ConfigFactoryOverrideBase::filterOverride function core/lib/Drupal/Core/Config/ConfigFactoryOverrideBase.php Filters data in the override based on what is currently in configuration.
ConfigFactoryOverrideBase::getSubscribedEvents function core/lib/Drupal/Core/Config/ConfigFactoryOverrideBase.php
ConfigFactoryOverrideBase::onConfigDelete function core/lib/Drupal/Core/Config/ConfigFactoryOverrideBase.php Actions to be performed to configuration override on configuration delete.
ConfigFactoryOverrideBase::onConfigRename function core/lib/Drupal/Core/Config/ConfigFactoryOverrideBase.php Actions to be performed to configuration override on configuration rename.
ConfigFactoryOverrideBase::onConfigSave function core/lib/Drupal/Core/Config/ConfigFactoryOverrideBase.php Actions to be performed to configuration override on configuration save.
ConfigFactoryOverrideBaseTest class core/tests/Drupal/Tests/Core/Config/ConfigFactoryOverrideBaseTest.php @coversDefaultClass \Drupal\Core\Config\ConfigFactoryOverrideBase
@group config
ConfigFactoryOverrideBaseTest.php file core/tests/Drupal/Tests/Core/Config/ConfigFactoryOverrideBaseTest.php
ConfigFactoryOverrideBaseTest::providerTestFilterNestedArray function core/tests/Drupal/Tests/Core/Config/ConfigFactoryOverrideBaseTest.php
ConfigFactoryOverrideBaseTest::testFilterNestedArray function core/tests/Drupal/Tests/Core/Config/ConfigFactoryOverrideBaseTest.php @dataProvider providerTestFilterNestedArray
ConfigFactoryOverrideInterface interface core/lib/Drupal/Core/Config/ConfigFactoryOverrideInterface.php Defines the interface for a configuration factory override object.
ConfigFactoryOverrideInterface.php file core/lib/Drupal/Core/Config/ConfigFactoryOverrideInterface.php
ConfigFactoryOverrideInterface::createConfigObject function core/lib/Drupal/Core/Config/ConfigFactoryOverrideInterface.php Creates a configuration object for use during install and synchronization.
ConfigFactoryOverrideInterface::getCacheableMetadata function core/lib/Drupal/Core/Config/ConfigFactoryOverrideInterface.php Gets the cacheability metadata associated with the config factory override.
ConfigFactoryOverrideInterface::getCacheSuffix function core/lib/Drupal/Core/Config/ConfigFactoryOverrideInterface.php The string to append to the configuration static cache name.
ConfigFactoryOverrideInterface::loadOverrides function core/lib/Drupal/Core/Config/ConfigFactoryOverrideInterface.php Returns config overrides.

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