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
ConfigEntityBaseUnitTest::PROVIDER constant core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityBaseUnitTest.php The provider of the entity type.
ConfigEntityBaseUnitTest::providerCalculateDependenciesWithPluginCollections function core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityBaseUnitTest.php Data provider for testCalculateDependenciesWithPluginCollections.
ConfigEntityBaseUnitTest::providerTestSetAndPreSaveWithPluginCollections function core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityBaseUnitTest.php
ConfigEntityBaseUnitTest::testGetOriginalId function core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityBaseUnitTest.php @covers ::setOriginalId
@covers ::getOriginalId
ConfigEntityBaseUnitTest::testToArrayIdKey function core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityBaseUnitTest.php @covers ::toArray
ConfigEntityFormOverrideTest class core/modules/config/tests/src/Functional/ConfigEntityFormOverrideTest.php Tests that config overrides do not bleed through in entity forms and lists.
ConfigEntityFormOverrideTest.php file core/modules/config/tests/src/Functional/ConfigEntityFormOverrideTest.php
ConfigEntityFormOverrideTest::$defaultTheme property core/modules/config/tests/src/Functional/ConfigEntityFormOverrideTest.php The theme to install as the default for testing.
ConfigEntityFormOverrideTest::$modules property core/modules/config/tests/src/Functional/ConfigEntityFormOverrideTest.php Modules to install.
ConfigEntityFormOverrideTest::testFormsWithOverrides function core/modules/config/tests/src/Functional/ConfigEntityFormOverrideTest.php Tests that overrides do not affect forms or listing screens.
ConfigEntityIdLengthException class core/lib/Drupal/Core/Config/Entity/Exception/ConfigEntityIdLengthException.php Defines an exception thrown when a configuration entity ID is too long.
ConfigEntityIdLengthException.php file core/lib/Drupal/Core/Config/Entity/Exception/ConfigEntityIdLengthException.php
ConfigEntityMapperTest::$routeProvider property core/modules/config_translation/tests/src/Unit/ConfigEntityMapperTest.php The route provider used for testing.
ConfigEntityQueryTest::testStringIdConditions function core/tests/Drupal/KernelTests/Core/Entity/ConfigEntityQueryTest.php Tests ID conditions.
ConfigEntityStaticCacheTest::$entityId property core/tests/Drupal/KernelTests/Core/Config/ConfigEntityStaticCacheTest.php The entity ID of the entity under test.
ConfigEntityStaticCacheTest::$entityTypeId property core/tests/Drupal/KernelTests/Core/Config/ConfigEntityStaticCacheTest.php The type ID of the entity under test.
ConfigEntityStaticCacheTest::testConfigOverride function core/tests/Drupal/KernelTests/Core/Config/ConfigEntityStaticCacheTest.php Tests that the static cache is sensitive to config overrides.
ConfigEntityStorage::$overrideFree property core/lib/Drupal/Core/Config/Entity/ConfigEntityStorage.php Determines if the underlying configuration is retrieved override free.
ConfigEntityStorage::$uuidKey property core/lib/Drupal/Core/Config/Entity/ConfigEntityStorage.php Name of entity's UUID database table field, if it supports UUIDs.
ConfigEntityStorage::buildCacheId function core/lib/Drupal/Core/Config/Entity/ConfigEntityStorage.php Builds the cache ID for the passed in entity ID.
ConfigEntityStorage::getIDFromConfigName function core/lib/Drupal/Core/Config/Entity/ConfigEntityStorage.php Extracts the configuration entity ID from the full configuration name.
ConfigEntityStorage::loadMultipleOverrideFree function core/lib/Drupal/Core/Config/Entity/ConfigEntityStorage.php Loads one or more entities in their original form without overrides.
ConfigEntityStorage::loadOverrideFree function core/lib/Drupal/Core/Config/Entity/ConfigEntityStorage.php Loads one entity in their original form without overrides.
ConfigEntityStorage::MAX_ID_LENGTH constant core/lib/Drupal/Core/Config/Entity/ConfigEntityStorage.php Length limit of the configuration entity ID.
ConfigEntityStorageInterface::getIDFromConfigName function core/lib/Drupal/Core/Config/Entity/ConfigEntityStorageInterface.php Extracts the configuration entity ID from the full configuration name.
ConfigEntityStorageInterface::loadMultipleOverrideFree function core/lib/Drupal/Core/Config/Entity/ConfigEntityStorageInterface.php Loads one or more entities in their original form without overrides.
ConfigEntityStorageInterface::loadOverrideFree function core/lib/Drupal/Core/Config/Entity/ConfigEntityStorageInterface.php Loads one entity in their original form without overrides.
ConfigEntityStorageTest::$cacheTagsInvalidator property core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityStorageTest.php The mocked cache backend.
ConfigEntityStorageTest::$entityTypeId property core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityStorageTest.php The type ID of the entity under test.
ConfigEntityStorageTest::$uuidService property core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityStorageTest.php The UUID service.
ConfigEntityStorageTest::testCreateWithPredefinedUuid function core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityStorageTest.php @covers ::create
@covers ::doCreate
ConfigEntityStorageTest::testLoadMultipleIds function core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityStorageTest.php @covers ::loadMultiple
@covers ::postLoad
@covers ::mapFromStorageRecords
@covers ::doLoadMultiple
ConfigEntityStorageTest::testSaveChangedUuid function core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityStorageTest.php @covers ::save
@covers ::doSave
ConfigEntityStorageTest::testSaveInvalid function core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityStorageTest.php @covers ::save
ConfigEntityStorageTest::testUUIDConflict function core/tests/Drupal/KernelTests/Core/Config/ConfigEntityStorageTest.php Tests creating configuration entities with changed UUIDs.
ConfigEntityTest::MAX_ID_LENGTH constant core/modules/config/tests/src/Functional/ConfigEntityTest.php The maximum length for the entity storage used in this test.
ConfigEntityTypeTest::providerGetPropertiesToExport function core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityTypeTest.php
ConfigEntityTypeTest::providerTestGetConfigPrefix function core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityTypeTest.php Provides test data.
ConfigEntityTypeTest::testConfigPrefixLengthValid function core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityTypeTest.php Tests when the prefix length is valid.
ConfigEntityValidationTestBase class core/tests/Drupal/KernelTests/Core/Config/ConfigEntityValidationTestBase.php Base class for testing validation of config entities.
ConfigEntityValidationTestBase.php file core/tests/Drupal/KernelTests/Core/Config/ConfigEntityValidationTestBase.php
ConfigEntityValidationTestBase::$entity property core/tests/Drupal/KernelTests/Core/Config/ConfigEntityValidationTestBase.php The config entity being tested.
ConfigEntityValidationTestBase::$hasLabel property core/tests/Drupal/KernelTests/Core/Config/ConfigEntityValidationTestBase.php Whether a config entity of this type has a label.
ConfigEntityValidationTestBase::$modules property core/tests/Drupal/KernelTests/Core/Config/ConfigEntityValidationTestBase.php Modules to install.
ConfigEntityValidationTestBase::$propertiesWithOptionalValues property core/tests/Drupal/KernelTests/Core/Config/ConfigEntityValidationTestBase.php The config entity properties whose values are optional (set to NULL).
ConfigEntityValidationTestBase::$propertiesWithRequiredKeys property core/tests/Drupal/KernelTests/Core/Config/ConfigEntityValidationTestBase.php The config entity mapping properties with >=1 required keys.
ConfigEntityValidationTestBase::assertValidationErrors function core/tests/Drupal/KernelTests/Core/Config/ConfigEntityValidationTestBase.php Asserts a set of validation errors is raised when the entity is validated.
ConfigEntityValidationTestBase::getMachineNameConstraints function core/tests/Drupal/KernelTests/Core/Config/ConfigEntityValidationTestBase.php Returns the validation constraints applied to the entity's ID.
ConfigEntityValidationTestBase::getPropertiesWithOptionalValues function core/tests/Drupal/KernelTests/Core/Config/ConfigEntityValidationTestBase.php Determines the config entity properties with optional values.
ConfigEntityValidationTestBase::getRequiredPropertyKeys function core/tests/Drupal/KernelTests/Core/Config/ConfigEntityValidationTestBase.php Determines the config entity mapping properties with required keys.

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