Search for db

  1. Search 7.x for db
  2. Search 9.5.x for db
  3. Search 8.9.x for db
  4. Search 11.x for db
  5. Other projects
Title Object type File name Summary
EntityConstraintViolationList::findByCodes function core/lib/Drupal/Core/Entity/EntityConstraintViolationList.php Filters this violation list by the given error codes.
EntityConstraintViolationListInterface::findByCodes function core/lib/Drupal/Core/Entity/EntityConstraintViolationListInterface.php Filters this violation list by the given error codes.
EntityConstraintViolationListTest::testFindByCodes function core/tests/Drupal/Tests/Core/Entity/EntityConstraintViolationListTest.php @covers ::findByCodes[[api-linebreak]]
EntityContextDefinitionIsSatisfiedTest::providerTestIsSatisfiedBy function core/tests/Drupal/Tests/Core/Plugin/Context/EntityContextDefinitionIsSatisfiedTest.php Provides test data for ::testIsSatisfiedBy().
EntityContextDefinitionIsSatisfiedTest::providerTestIsSatisfiedByGenerateBundledEntity function core/tests/Drupal/Tests/Core/Plugin/Context/EntityContextDefinitionIsSatisfiedTest.php Provides test data for ::testIsSatisfiedByGenerateBundledEntity().
EntityContextDefinitionIsSatisfiedTest::providerTestIsSatisfiedByPassBundledEntity function core/tests/Drupal/Tests/Core/Plugin/Context/EntityContextDefinitionIsSatisfiedTest.php Provides test data for ::testIsSatisfiedByPassBundledEntity().
EntityContextDefinitionIsSatisfiedTest::testIsSatisfiedBy function core/tests/Drupal/Tests/Core/Plugin/Context/EntityContextDefinitionIsSatisfiedTest.php @covers ::isSatisfiedBy[[api-linebreak]]
@covers ::dataTypeMatches[[api-linebreak]]
@covers ::getSampleValues[[api-linebreak]]
@covers ::getConstraintObjects[[api-linebreak]]
EntityContextDefinitionIsSatisfiedTest::testIsSatisfiedByGenerateBundledEntity function core/tests/Drupal/Tests/Core/Plugin/Context/EntityContextDefinitionIsSatisfiedTest.php @covers ::isSatisfiedBy[[api-linebreak]]
@covers ::dataTypeMatches[[api-linebreak]]
@covers ::getSampleValues[[api-linebreak]]
@covers ::getConstraintObjects[[api-linebreak]]
EntityContextDefinitionIsSatisfiedTest::testIsSatisfiedByPassBundledEntity function core/tests/Drupal/Tests/Core/Plugin/Context/EntityContextDefinitionIsSatisfiedTest.php @covers ::isSatisfiedBy[[api-linebreak]]
@covers ::dataTypeMatches[[api-linebreak]]
@covers ::getSampleValues[[api-linebreak]]
@covers ::getConstraintObjects[[api-linebreak]]
EntityController::addBundleTitle function core/lib/Drupal/Core/Entity/Controller/EntityController.php Provides a generic add title callback for entities with bundles.
EntityController::loadBundleDescriptions function core/lib/Drupal/Core/Entity/Controller/EntityController.php Expands the bundle information with descriptions, if known.
EntityDefinitionTestTrait::addBaseField function core/modules/system/tests/src/Functional/Entity/Traits/EntityDefinitionTestTrait.php Adds a new base field to the 'entity_test_update' entity type.
EntityDefinitionTestTrait::addBaseFieldIndex function core/modules/system/tests/src/Functional/Entity/Traits/EntityDefinitionTestTrait.php Adds a single-field index to the base field.
EntityDefinitionTestTrait::addBundleField function core/modules/system/tests/src/Functional/Entity/Traits/EntityDefinitionTestTrait.php Adds a new bundle field to the 'entity_test_update' entity type.
EntityFieldManager::buildBaseFieldDefinitions function core/lib/Drupal/Core/Entity/EntityFieldManager.php Builds base field definitions for an entity type.
EntityFieldManager::buildBundleFieldDefinitions function core/lib/Drupal/Core/Entity/EntityFieldManager.php Builds field definitions for a specific bundle within an entity type.
EntityLoadByUuidTest class core/tests/Drupal/KernelTests/Core/Entity/EntityLoadByUuidTest.php Tests loading entities by UUID.
EntityLoadByUuidTest.php file core/tests/Drupal/KernelTests/Core/Entity/EntityLoadByUuidTest.php
EntityLoadByUuidTest::$modules property core/tests/Drupal/KernelTests/Core/Entity/EntityLoadByUuidTest.php Modules to install.
EntityLoadByUuidTest::setUp function core/tests/Drupal/KernelTests/Core/Entity/EntityLoadByUuidTest.php
EntityLoadByUuidTest::testLoadEntityByUuidAccessChecking function core/tests/Drupal/KernelTests/Core/Entity/EntityLoadByUuidTest.php Ensures that ::loadEntityByUuid() doesn't apply access checking.
EntityNormalizerTest::testDenormalizeWithInvalidBundle function core/modules/serialization/tests/src/Unit/Normalizer/EntityNormalizerTest.php Tests the denormalize method with a bundle property.
EntityNormalizerTest::testDenormalizeWithValidBundle function core/modules/serialization/tests/src/Unit/Normalizer/EntityNormalizerTest.php Tests the denormalize method with a bundle property.
EntityPublishedTrait::publishedBaseFieldDefinitions function core/lib/Drupal/Core/Entity/EntityPublishedTrait.php Returns an array of base field definitions for publishing status.
EntityStorageBase::loadByProperties function core/lib/Drupal/Core/Entity/EntityStorageBase.php Load entities by their property values without any access checks.
EntityStorageInterface::loadByProperties function core/lib/Drupal/Core/Entity/EntityStorageInterface.php Load entities by their property values without any access checks.
EntityTestComputedBundleField class core/modules/system/tests/modules/entity_test/src/Entity/EntityTestComputedBundleField.php An entity used for testing computed bundle field values.
EntityTestComputedBundleField.php file core/modules/system/tests/modules/entity_test/src/Entity/EntityTestComputedBundleField.php
EntityTestComputedBundleField::baseFieldDefinitions function core/modules/system/tests/modules/entity_test/src/Entity/EntityTestComputedBundleField.php Provides base field definitions for an entity type.
EntityTestComputedBundleField::bundleFieldDefinitions function core/modules/system/tests/modules/entity_test/src/Entity/EntityTestComputedBundleField.php Provides field definitions for a specific bundle.
EntityTypeBundleInfo::clearCachedBundles function core/lib/Drupal/Core/Entity/EntityTypeBundleInfo.php Clears static and persistent bundles.
EntityTypeBundleInfoInterface::clearCachedBundles function core/lib/Drupal/Core/Entity/EntityTypeBundleInfoInterface.php Clears static and persistent bundles.
EntityTypeBundleInfoTest::testClearCachedBundles function core/tests/Drupal/Tests/Core/Entity/EntityTypeBundleInfoTest.php Tests the clearCachedBundles() method.
EntityTypeInfo::getModeratedBundles function core/modules/content_moderation/src/EntityTypeInfo.php Returns an iterable list of entity names and bundle names under moderation.
ExposedFormTest::providerTestExposedBlock function core/modules/views/tests/src/Functional/Plugin/ExposedFormTest.php Data provider for testing different types of displays.
ExposedFormTest::testExposedBlock function core/modules/views/tests/src/Functional/Plugin/ExposedFormTest.php Tests the exposed block functionality.
ExtensionVersionTest::provideInvalidBranch function core/tests/Drupal/Tests/Core/Extension/ExtensionVersionTest.php Data provider for testInvalidBranch().
ExtensionVersionTest::providerInvalidBranchCorePrefix function core/tests/Drupal/Tests/Core/Extension/ExtensionVersionTest.php Data provider for testInvalidBranchCorePrefix().
ExtensionVersionTest::testInvalidBranch function core/tests/Drupal/Tests/Core/Extension/ExtensionVersionTest.php @covers ::createFromSupportBranch[[api-linebreak]]
ExtensionVersionTest::testInvalidBranchCorePrefix function core/tests/Drupal/Tests/Core/Extension/ExtensionVersionTest.php @covers ::createFromSupportBranch[[api-linebreak]]
ExtraFieldBlock class core/modules/layout_builder/src/Plugin/Block/ExtraFieldBlock.php Provides a block that renders an extra field from an entity.
ExtraFieldBlock.php file core/modules/layout_builder/src/Plugin/Block/ExtraFieldBlock.php
ExtraFieldBlock::$entityFieldManager property core/modules/layout_builder/src/Plugin/Block/ExtraFieldBlock.php The entity field manager.
ExtraFieldBlock::$entityTypeManager property core/modules/layout_builder/src/Plugin/Block/ExtraFieldBlock.php The entity type manager.
ExtraFieldBlock::$fieldName property core/modules/layout_builder/src/Plugin/Block/ExtraFieldBlock.php The field name.
ExtraFieldBlock::blockAccess function core/modules/layout_builder/src/Plugin/Block/ExtraFieldBlock.php Indicates whether the block should be shown.
ExtraFieldBlock::build function core/modules/layout_builder/src/Plugin/Block/ExtraFieldBlock.php Builds and returns the renderable array for this block plugin.
ExtraFieldBlock::create function core/modules/layout_builder/src/Plugin/Block/ExtraFieldBlock.php Creates an instance of the plugin.
ExtraFieldBlock::defaultConfiguration function core/modules/layout_builder/src/Plugin/Block/ExtraFieldBlock.php
ExtraFieldBlock::getEntity function core/modules/layout_builder/src/Plugin/Block/ExtraFieldBlock.php Gets the entity that has the field.

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