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
EntityConditionTest::queryParameterProvider function core/modules/jsonapi/tests/src/Unit/Query/EntityConditionTest.php Data provider for testDenormalize.
EntityConditionTest::testValidation function core/modules/jsonapi/tests/src/Unit/Query/EntityConditionTest.php @covers ::validate[[api-linebreak]]
@dataProvider validationProvider
EntityConditionTest::validationProvider function core/modules/jsonapi/tests/src/Unit/Query/EntityConditionTest.php Data provider for testValidation.
EntityConfigBase::generateId function core/modules/migrate/src/Plugin/migrate/destination/EntityConfigBase.php Generates an entity ID.
EntityConfigBase::getIds function core/modules/migrate/src/Plugin/migrate/destination/EntityConfigBase.php Gets the destination IDs.
EntityConfirmFormBase::getBaseFormId function core/lib/Drupal/Core/Entity/EntityConfirmFormBase.php Returns a string identifying the base form.
EntityContentBase::getHighestId function core/modules/migrate/src/Plugin/migrate/destination/EntityContentBase.php Returns the highest ID tracked by the implementing plugin.
EntityContentBase::getIds function core/modules/migrate/src/Plugin/migrate/destination/EntityContentBase.php Gets the destination IDs.
EntityContentBase::isEntityValidationRequired function core/modules/migrate/src/Plugin/migrate/destination/EntityContentBase.php Returns a state of whether an entity needs to be validated before saving.
EntityContentBase::validateEntity function core/modules/migrate/src/Plugin/migrate/destination/EntityContentBase.php Validates the entity.
EntityContentComplete::getIds function core/modules/migrate/src/Plugin/migrate/destination/EntityContentComplete.php Gets the destination IDs.
EntityContext::fromEntityTypeId function core/lib/Drupal/Core/Plugin/Context/EntityContext.php Gets a context from an entity type ID.
EntityContextDefinition::fromEntityTypeId function core/lib/Drupal/Core/Plugin/Context/EntityContextDefinition.php Creates a context definition from a given entity type ID.
EntityContextDefinition::getEntityTypeId function core/lib/Drupal/Core/Plugin/Context/EntityContextDefinition.php Returns the entity type ID of this context.
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().
EntityContextTypedDataTest::testValidateConfigEntityContext function core/tests/Drupal/KernelTests/Core/Plugin/EntityContextTypedDataTest.php Tests that entity contexts wrapping a config entity can be validated.
EntityConverterTest::providerTestApplies function core/tests/Drupal/Tests/Core/ParamConverter/EntityConverterTest.php Provides test data for testApplies()
EntityConverterTest::providerTestConvert function core/tests/Drupal/Tests/Core/ParamConverter/EntityConverterTest.php Provides test data for testConvert.
EntityConverterTest::testConvertWithInvalidDynamicEntityType function core/tests/Drupal/Tests/Core/ParamConverter/EntityConverterTest.php Tests the convert() method with an invalid dynamic entity type.
EntityConverterTest::testConvertWithInvalidEntityType function core/tests/Drupal/Tests/Core/ParamConverter/EntityConverterTest.php Tests the convert() method with an invalid entity type.
EntityCreateAccessCheckTest::providerTestAccess function core/tests/Drupal/Tests/Core/Entity/EntityCreateAccessCheckTest.php Provides test data for testAccess.
EntityCreateAccessCustomCidTest class core/tests/Drupal/Tests/Core/Entity/Access/EntityCreateAccessCustomCidTest.php Tests entity access control handler custom internal cache ID.
EntityCreateAccessCustomCidTest.php file core/tests/Drupal/Tests/Core/Entity/Access/EntityCreateAccessCustomCidTest.php
EntityCreateAccessCustomCidTest::$account property core/tests/Drupal/Tests/Core/Entity/Access/EntityCreateAccessCustomCidTest.php A mock account.
EntityCreateAccessCustomCidTest::$entityType property core/tests/Drupal/Tests/Core/Entity/Access/EntityCreateAccessCustomCidTest.php A mock entity type.
EntityCreateAccessCustomCidTest::$langcode property core/tests/Drupal/Tests/Core/Entity/Access/EntityCreateAccessCustomCidTest.php A language code.
EntityCreateAccessCustomCidTest::$moduleHandler property core/tests/Drupal/Tests/Core/Entity/Access/EntityCreateAccessCustomCidTest.php A mock module handler.
EntityCreateAccessCustomCidTest::providerTestCustomCid function core/tests/Drupal/Tests/Core/Entity/Access/EntityCreateAccessCustomCidTest.php Provides test cases for ::testCustomCid().
EntityCreateAccessCustomCidTest::providerTestDefaultCid function core/tests/Drupal/Tests/Core/Entity/Access/EntityCreateAccessCustomCidTest.php Provides test cases for ::testDefaultCid().
EntityCreateAccessCustomCidTest::setUp function core/tests/Drupal/Tests/Core/Entity/Access/EntityCreateAccessCustomCidTest.php
EntityCreateAccessCustomCidTest::setUpAccessCache function core/tests/Drupal/Tests/Core/Entity/Access/EntityCreateAccessCustomCidTest.php Setup the access cache on the entity handler for testing.
EntityCreateAccessCustomCidTest::testCustomCid function core/tests/Drupal/Tests/Core/Entity/Access/EntityCreateAccessCustomCidTest.php Tests the entity access control handler with a custom static cache ID.
EntityCreateAccessCustomCidTest::testDefaultCid function core/tests/Drupal/Tests/Core/Entity/Access/EntityCreateAccessCustomCidTest.php Tests the entity access control handler caching with context.
EntityDataDefinition::getEntityTypeId function core/lib/Drupal/Core/Entity/TypedData/EntityDataDefinition.php Gets the entity type ID.
EntityDataDefinition::setEntityTypeId function core/lib/Drupal/Core/Entity/TypedData/EntityDataDefinition.php Sets the entity type ID.
EntityDataDefinitionInterface::getEntityTypeId function core/lib/Drupal/Core/Entity/TypedData/EntityDataDefinitionInterface.php Gets the entity type ID.
EntityDataDefinitionInterface::setEntityTypeId function core/lib/Drupal/Core/Entity/TypedData/EntityDataDefinitionInterface.php Sets the entity type ID.
EntityDecoupledTranslationRevisionsTest::$previousRevisionId property core/tests/Drupal/KernelTests/Core/Entity/EntityDecoupledTranslationRevisionsTest.php The previous revision identifiers for the various revision translations.
EntityDefinitionUpdateProviderTest class core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateProviderTest.php Tests EntityDefinitionUpdateManager functionality.
EntityDefinitionUpdateProviderTest.php file core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateProviderTest.php
EntityDefinitionUpdateProviderTest::$database property core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateProviderTest.php The database connection.
EntityDefinitionUpdateProviderTest::$entityDefinitionUpdateManager property core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateProviderTest.php The entity definition update manager.
EntityDefinitionUpdateProviderTest::$entityFieldManager property core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateProviderTest.php The entity field manager.
EntityDefinitionUpdateProviderTest::$modules property core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateProviderTest.php Modules to install.
EntityDefinitionUpdateProviderTest::baseFieldDeleteWithExistingDataTestCases function core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateProviderTest.php Test cases for ::testBaseFieldDeleteWithExistingData.
EntityDefinitionUpdateProviderTest::initialValueFromFieldTestCases function core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateProviderTest.php Test cases for ::testInitialValueFromField.
EntityDefinitionUpdateProviderTest::setUp function core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateProviderTest.php
EntityDefinitionUpdateProviderTest::testBaseFieldDeleteWithExistingData function core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateProviderTest.php Tests deleting a base field when it has existing data.

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