Entity::$entityTypeBundleInfo |
property |
core/modules/views/src/Plugin/views/argument_validator/Entity.php |
The entity bundle info. |
Entity::$entityTypeManager |
property |
core/modules/views/src/Plugin/views/argument_validator/Entity.php |
The entity type manager. |
Entity::$entityTypeManager |
property |
core/modules/views/src/Plugin/views/area/Entity.php |
The entity type manager. |
EntityAccess::$entityTypeManager |
property |
core/modules/workspaces/src/EntityAccess.php |
The entity type manager service. |
EntityAccessControlHandler::$entityType |
property |
core/lib/Drupal/Core/Entity/EntityAccessControlHandler.php |
Information about the entity type. |
EntityAccessControlHandler::$entityTypeId |
property |
core/lib/Drupal/Core/Entity/EntityAccessControlHandler.php |
The entity type ID of the access control handler instance. |
EntityActionBase::$entityTypeManager |
property |
core/lib/Drupal/Core/Action/Plugin/Action/EntityActionBase.php |
The entity type manager. |
EntityActionDeriverBase::$entityTypeManager |
property |
core/lib/Drupal/Core/Action/Plugin/Action/Derivative/EntityActionDeriverBase.php |
The entity type manager. |
EntityActionDeriverBase::getApplicableEntityTypes |
function |
core/lib/Drupal/Core/Action/Plugin/Action/Derivative/EntityActionDeriverBase.php |
Gets a list of applicable entity types. |
EntityAdapterUnitTest::$entityType |
property |
core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php |
The entity type used for testing. |
EntityAdapterUnitTest::$entityTypeId |
property |
core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php |
The type ID of the entity under test. |
EntityAdapterUnitTest::$entityTypeManager |
property |
core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php |
The entity type manager used for testing. |
EntityArgument::$entityTypeManager |
property |
core/modules/views/src/Plugin/views/argument/EntityArgument.php |
|
EntityAutocompleteTest::$entityType |
property |
core/tests/Drupal/KernelTests/Core/Entity/EntityAutocompleteTest.php |
The entity type used in this test. |
EntityBase::$entityTypeId |
property |
core/lib/Drupal/Core/Entity/EntityBase.php |
The entity type. |
EntityBase::entityTypeBundleInfo |
function |
core/lib/Drupal/Core/Entity/EntityBase.php |
Gets the entity type bundle info service. |
EntityBase::entityTypeManager |
function |
core/lib/Drupal/Core/Entity/EntityBase.php |
Gets the entity type manager. |
EntityBase::getEntityType |
function |
core/lib/Drupal/Core/Entity/EntityBase.php |
|
EntityBase::getEntityTypeId |
function |
core/lib/Drupal/Core/Entity/EntityBase.php |
|
EntityBundle::$entityTypeBundleInfo |
property |
core/lib/Drupal/Core/Entity/Plugin/Condition/EntityBundle.php |
The entity type bundle info service. |
EntityBundle::$entityTypeManager |
property |
core/lib/Drupal/Core/Entity/Plugin/Condition/Deriver/EntityBundle.php |
The entity type manager. |
EntityBundleExistsConstraint::$entityTypeId |
property |
core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/EntityBundleExistsConstraint.php |
The entity type ID which should have the given bundle. |
EntityBundleExistsConstraintValidatorTest::testDynamicEntityType |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityBundleExistsConstraintValidatorTest.php |
Tests getting the entity type ID. |
EntityBundleExistsConstraintValidatorTest::testEntityTypeIdFromMultipleParents |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityBundleExistsConstraintValidatorTest.php |
Tests getting the entity type ID from a deeply nested property path. |
EntityBundleExistsConstraintValidatorTest::testEntityTypeIdIsStatic |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityBundleExistsConstraintValidatorTest.php |
Tests validating a bundle of a known (static) entity type ID. |
EntityBundleExistsConstraintValidatorTest::testInvalidEntityTypeId |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityBundleExistsConstraintValidatorTest.php |
Tests when the constraint's entityTypeId value is not valid. |
EntityBundleListener::$entityTypeBundleInfo |
property |
core/lib/Drupal/Core/Entity/EntityBundleListener.php |
The entity type bundle info. |
EntityBundleListener::$entityTypeManager |
property |
core/lib/Drupal/Core/Entity/EntityBundleListener.php |
The entity type manager. |
EntityBundleRouteEnhancer::$entityTypeManager |
property |
core/lib/Drupal/Core/Entity/Enhancer/EntityBundleRouteEnhancer.php |
The entity type manager service. |
EntityContext::fromEntityType |
function |
core/lib/Drupal/Core/Plugin/Context/EntityContext.php |
Gets a context from an entity type. |
EntityContext::fromEntityTypeId |
function |
core/lib/Drupal/Core/Plugin/Context/EntityContext.php |
Gets a context from an entity type ID. |
EntityContextDefinition::fromEntityType |
function |
core/lib/Drupal/Core/Plugin/Context/EntityContextDefinition.php |
Creates a context definition from a given entity type. |
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::$entityTypeBundleInfo |
property |
core/tests/Drupal/Tests/Core/Plugin/Context/EntityContextDefinitionIsSatisfiedTest.php |
The entity type bundle info. |
EntityContextDefinitionIsSatisfiedTest::$entityTypeManager |
property |
core/tests/Drupal/Tests/Core/Plugin/Context/EntityContextDefinitionIsSatisfiedTest.php |
The entity type manager. |
EntityController::$entityTypeBundleInfo |
property |
core/lib/Drupal/Core/Entity/Controller/EntityController.php |
The entity type bundle info. |
EntityController::$entityTypeManager |
property |
core/lib/Drupal/Core/Entity/Controller/EntityController.php |
The entity type manager. |
EntityConverter::$entityTypeManager |
property |
core/lib/Drupal/Core/ParamConverter/EntityConverter.php |
Entity type manager which performs the upcasting in the end. |
EntityConverterLatestRevisionTest::testConvertNonRevisionableEntityType |
function |
core/tests/Drupal/KernelTests/Core/ParamConverter/EntityConverterLatestRevisionTest.php |
Tests the latest revision flag and non-revisionable entities. |
EntityConverterTest::$entityTypeManager |
property |
core/tests/Drupal/Tests/Core/ParamConverter/EntityConverterTest.php |
The mocked entity type manager. |
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. |
EntityCreateAccessCheck::$entityTypeManager |
property |
core/lib/Drupal/Core/Entity/EntityCreateAccessCheck.php |
The entity type manager service. |
EntityCreateAccessCheckTest::$entityTypeManager |
property |
core/tests/Drupal/Tests/Core/Entity/EntityCreateAccessCheckTest.php |
The mocked entity type manager. |
EntityCreateAnyAccessCheck::$entityTypeBundleInfo |
property |
core/lib/Drupal/Core/Entity/EntityCreateAnyAccessCheck.php |
The entity type bundle info. |
EntityCreateAnyAccessCheck::$entityTypeManager |
property |
core/lib/Drupal/Core/Entity/EntityCreateAnyAccessCheck.php |
The entity type manager. |
EntityDataDefinition::getEntityTypeId |
function |
core/lib/Drupal/Core/Entity/TypedData/EntityDataDefinition.php |
|
EntityDataDefinition::setEntityTypeId |
function |
core/lib/Drupal/Core/Entity/TypedData/EntityDataDefinition.php |
|
EntityDataDefinitionInterface::getEntityTypeId |
function |
core/lib/Drupal/Core/Entity/TypedData/EntityDataDefinitionInterface.php |
Gets the entity type ID. |