Search for entity

  1. Search 7.x for entity
  2. Search 9.5.x for entity
  3. Search 10.3.x for entity
  4. Search 11.x for entity
  5. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Entity class core/modules/views/src/Plugin/views/argument_validator/Entity.php Defines a argument validator plugin for each entity type.
Entity class core/modules/views/src/Plugin/views/area/Entity.php Provides an area handler which renders an entity in a certain view mode.
Entity class core/modules/migrate/src/Plugin/migrate/destination/Entity.php Provides a generic destination to import entities.
Entity class core/tests/Drupal/Tests/Component/Annotation/Doctrine/Ticket/DCOM58Test.php
Entity class core/tests/Drupal/Tests/Component/Annotation/Doctrine/Ticket/DCOM58Entity.php This class is a near-copy of tests/Doctrine/Tests/Common/Annotations/Ticket/DCOM58Entity.php, which is part of the Doctrine project: <http://www.doctrine-project.org>. It was copied from version 1.2.7.
Entity class core/lib/Drupal/Core/Entity/Entity.php Defines a base entity class.

All search results

Title Object type File name Summary
QuickEditJavascriptTestBase::awaitEntityInstanceFieldState function core/modules/quickedit/tests/src/FunctionalJavascript/QuickEditJavascriptTestBase.php Awaits a particular field instance to reach a particular state.
QuickEditJavascriptTestBase::awaitQuickEditForEntity function core/modules/quickedit/tests/src/FunctionalJavascript/QuickEditJavascriptTestBase.php Awaits Quick Edit to be initiated for all instances of the given entity.
quickedit_entity_view_alter function core/modules/quickedit/quickedit.module Implements hook_entity_view_alter().
RawStringFormatterTest::$entityType property core/modules/field/tests/src/Kernel/String/RawStringFormatterTest.php
RawStringFormatterTest::renderEntityFields function core/modules/field/tests/src/Kernel/String/RawStringFormatterTest.php Renders fields of a given entity with a given display.
RdfMapping::$targetEntityType property core/modules/rdf/src/Entity/RdfMapping.php Entity type to be mapped.
RdfMappingConfigEntityUnitTest class core/modules/rdf/tests/src/Unit/RdfMappingConfigEntityUnitTest.php @coversDefaultClass \Drupal\rdf\Entity\RdfMapping[[api-linebreak]]
@group rdf
RdfMappingConfigEntityUnitTest.php file core/modules/rdf/tests/src/Unit/RdfMappingConfigEntityUnitTest.php
RdfMappingConfigEntityUnitTest::$entityType property core/modules/rdf/tests/src/Unit/RdfMappingConfigEntityUnitTest.php The entity type used for testing.
RdfMappingConfigEntityUnitTest::$entityTypeId property core/modules/rdf/tests/src/Unit/RdfMappingConfigEntityUnitTest.php The ID of the type of the entity under test.
RdfMappingConfigEntityUnitTest::$entityTypeManager property core/modules/rdf/tests/src/Unit/RdfMappingConfigEntityUnitTest.php The entity type manager used for testing.
RdfMappingConfigEntityUnitTest::$uuid property core/modules/rdf/tests/src/Unit/RdfMappingConfigEntityUnitTest.php The UUID generator used for testing.
RdfMappingConfigEntityUnitTest::setUp function core/modules/rdf/tests/src/Unit/RdfMappingConfigEntityUnitTest.php
RdfMappingConfigEntityUnitTest::testCalculateDependencies function core/modules/rdf/tests/src/Unit/RdfMappingConfigEntityUnitTest.php @covers ::calculateDependencies[[api-linebreak]]
RdfMappingConfigEntityUnitTest::testCalculateDependenciesWithEntityBundle function core/modules/rdf/tests/src/Unit/RdfMappingConfigEntityUnitTest.php @covers ::calculateDependencies[[api-linebreak]]
RdfMappingResourceTestBase::$entity property core/modules/rdf/tests/src/Functional/Rest/RdfMappingResourceTestBase.php
RdfMappingResourceTestBase::$entityTypeId property core/modules/rdf/tests/src/Functional/Rest/RdfMappingResourceTestBase.php
RdfMappingResourceTestBase::createEntity function core/modules/rdf/tests/src/Functional/Rest/RdfMappingResourceTestBase.php
RdfMappingResourceTestBase::getExpectedNormalizedEntity function core/modules/rdf/tests/src/Functional/Rest/RdfMappingResourceTestBase.php
RdfMappingResourceTestBase::getNormalizedPostEntity function core/modules/rdf/tests/src/Functional/Rest/RdfMappingResourceTestBase.php
RdfMappingTest::$entity property core/modules/jsonapi/tests/src/Functional/RdfMappingTest.php
RdfMappingTest::$entityTypeId property core/modules/jsonapi/tests/src/Functional/RdfMappingTest.php
RdfMappingTest::createEntity function core/modules/jsonapi/tests/src/Functional/RdfMappingTest.php
rdf_entity_prepare_view function core/modules/rdf/rdf.module Implements hook_entity_prepare_view().
RegisterEntityResolversCompilerPass class core/modules/serialization/src/RegisterEntityResolversCompilerPass.php Adds services tagged &#039;entity_resolver&#039; to the Serializer.
RegisterEntityResolversCompilerPass.php file core/modules/serialization/src/RegisterEntityResolversCompilerPass.php
RegisterEntityResolversCompilerPass::process function core/modules/serialization/src/RegisterEntityResolversCompilerPass.php Adds services to the Serializer.
RegisterEntityResolversCompilerPass::sort function core/modules/serialization/src/RegisterEntityResolversCompilerPass.php Sorts by priority.
RelationLinkManager::$entityFieldManager property core/modules/hal/src/LinkManager/RelationLinkManager.php The entity field manager.
RelationLinkManager::$entityTypeBundleInfo property core/modules/hal/src/LinkManager/RelationLinkManager.php The entity bundle info.
RelationLinkManager::$entityTypeManager property core/modules/hal/src/LinkManager/RelationLinkManager.php The entity type manager.
Relationship::buildLinkCollectionFromEntityReferenceField function core/modules/jsonapi/src/JsonApiResource/Relationship.php Builds a LinkCollection for the given entity reference field.
Relationship::createFromEntityReferenceField function core/modules/jsonapi/src/JsonApiResource/Relationship.php Creates a new Relationship from an entity reference field.
RelationshipFieldAccess::$entityAccessChecker property core/modules/jsonapi/src/Access/RelationshipFieldAccess.php The JSON:API entity access checker.
RenderCacheIntegrationTest::assertCacheTagsForEntityBasedView function core/modules/views/tests/src/Kernel/RenderCacheIntegrationTest.php Tests cache tags on output &amp; result cache items for an entity-based view.
RenderCacheIntegrationTest::testEntityBasedViewCacheTagsWithCachePluginNone function core/modules/views/tests/src/Kernel/RenderCacheIntegrationTest.php Tests a entity-based view&#039;s cache tags when using the &quot;none&quot; cache plugin.
RenderCacheIntegrationTest::testEntityBasedViewCacheTagsWithCachePluginTag function core/modules/views/tests/src/Kernel/RenderCacheIntegrationTest.php Tests a entity-based view&#039;s cache tags when using the &quot;tag&quot; cache plugin.
RenderCacheIntegrationTest::testEntityBasedViewCacheTagsWithCachePluginTime function core/modules/views/tests/src/Kernel/RenderCacheIntegrationTest.php Tests a entity-based view&#039;s cache tags when using the &quot;time&quot; cache plugin.
RenderedEntity class core/modules/views/src/Plugin/views/field/RenderedEntity.php Provides a field handler which renders an entity in a certain view mode.
RenderedEntity.php file core/modules/views/src/Plugin/views/field/RenderedEntity.php
RenderedEntity::$deprecatedProperties property core/modules/views/src/Plugin/views/field/RenderedEntity.php
RenderedEntity::$entityDisplayRepository property core/modules/views/src/Plugin/views/field/RenderedEntity.php The entity display repository.
RenderedEntity::$entityRepository property core/modules/views/src/Plugin/views/field/RenderedEntity.php The entity repository service.
RenderedEntity::$entityTypeManager property core/modules/views/src/Plugin/views/field/RenderedEntity.php The entity type manager.
RenderedEntity::$languageManager property core/modules/views/src/Plugin/views/field/RenderedEntity.php The language manager.
RenderedEntity::buildOptionsForm function core/modules/views/src/Plugin/views/field/RenderedEntity.php
RenderedEntity::calculateDependencies function core/modules/views/src/Plugin/views/field/RenderedEntity.php
RenderedEntity::create function core/modules/views/src/Plugin/views/field/RenderedEntity.php
RenderedEntity::defineOptions function core/modules/views/src/Plugin/views/field/RenderedEntity.php
RenderedEntity::getCacheContexts function core/modules/views/src/Plugin/views/field/RenderedEntity.php

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