Search for entity

  1. Search 7.x for entity
  2. Search 9.5.x for entity
  3. Search 8.9.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 an 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.

All search results

Title Object type File name Summary
Relationship::createFromEntityReferenceField function core/modules/jsonapi/src/JsonApiResource/Relationship.php Creates a new Relationship from an entity reference field.
RelationshipRouteAccessCheck::$entityAccessChecker property core/modules/jsonapi/src/Access/RelationshipRouteAccessCheck.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 an 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 an 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 an 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::$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 Default option form that provides label widget that all fields should have.
RenderedEntity::calculateDependencies function core/modules/views/src/Plugin/views/field/RenderedEntity.php Calculates dependencies for the configured plugin.
RenderedEntity::create function core/modules/views/src/Plugin/views/field/RenderedEntity.php Creates an instance of the plugin.
RenderedEntity::defineOptions function core/modules/views/src/Plugin/views/field/RenderedEntity.php Information about options for all kinds of purposes will be held here.
RenderedEntity::getCacheContexts function core/modules/views/src/Plugin/views/field/RenderedEntity.php The cache contexts associated with this object.
RenderedEntity::getCacheMaxAge function core/modules/views/src/Plugin/views/field/RenderedEntity.php The maximum age for which this object may be cached.
RenderedEntity::getCacheTags function core/modules/views/src/Plugin/views/field/RenderedEntity.php The cache tags associated with this object.
RenderedEntity::getEntityRepository function core/modules/views/src/Plugin/views/field/RenderedEntity.php
RenderedEntity::getEntityTypeId function core/modules/views/src/Plugin/views/field/RenderedEntity.php Returns the entity type identifier.
RenderedEntity::getEntityTypeManager function core/modules/views/src/Plugin/views/field/RenderedEntity.php
RenderedEntity::getLanguageManager function core/modules/views/src/Plugin/views/field/RenderedEntity.php Returns the language manager.
RenderedEntity::getView function core/modules/views/src/Plugin/views/field/RenderedEntity.php Returns the top object of a view.
RenderedEntity::query function core/modules/views/src/Plugin/views/field/RenderedEntity.php Called to add the field to a query.
RenderedEntity::render function core/modules/views/src/Plugin/views/field/RenderedEntity.php Renders the field.
RenderedEntity::usesGroupBy function core/modules/views/src/Plugin/views/field/RenderedEntity.php Provides the handler some groupby.
RenderedEntity::__construct function core/modules/views/src/Plugin/views/field/RenderedEntity.php Constructs a new RenderedEntity object.
RenderedEntityTest class core/modules/views/tests/src/Unit/Plugin/views/field/RenderedEntityTest.php @coversDefaultClass \Drupal\views\Plugin\views\field\RenderedEntity[[api-linebreak]]
@group Views
RenderedEntityTest.php file core/modules/views/tests/src/Unit/Plugin/views/field/RenderedEntityTest.php
RenderedEntityTest::setUp function core/modules/views/tests/src/Unit/Plugin/views/field/RenderedEntityTest.php
RenderedEntityTest::testRenderNullEntity function core/modules/views/tests/src/Unit/Plugin/views/field/RenderedEntityTest.php Tests the render method when getEntity returns NULL.
RendererBase::$entityType property core/modules/views/src/Entity/Render/RendererBase.php The type of the entity being rendered.
RequestHandlerTest::$entityStorage property core/modules/rest/tests/src/Kernel/RequestHandlerTest.php The entity storage.
RequiredConfigDependenciesConstraint::$entityTypes property core/lib/Drupal/Core/Config/Plugin/Validation/Constraint/RequiredConfigDependenciesConstraint.php The IDs of entity types that need to exist in config dependencies.
RequiredConfigDependenciesConstraintValidator::$entityTypeManager property core/lib/Drupal/Core/Config/Plugin/Validation/Constraint/RequiredConfigDependenciesConstraintValidator.php The entity type manager service.
resolver_manager.entity service core/core.services.yml Drupal\Core\Entity\EntityResolverManager
ResourceIdentifier::fromEntity function core/modules/jsonapi/src/JsonApiResource/ResourceIdentifier.php Creates a ResourceIdentifier object.
ResourceObject::buildLinksFromEntity function core/modules/jsonapi/src/JsonApiResource/ResourceObject.php Builds a LinkCollection for the given entity.
ResourceObject::createFromEntity function core/modules/jsonapi/src/JsonApiResource/ResourceObject.php Creates a new ResourceObject from an entity.
ResourceObject::extractConfigEntityFields function core/modules/jsonapi/src/JsonApiResource/ResourceObject.php Extracts a config entity&#039;s fields.
ResourceObject::extractContentEntityFields function core/modules/jsonapi/src/JsonApiResource/ResourceObject.php Extracts a content entity&#039;s fields.
ResourceObject::extractFieldsFromEntity function core/modules/jsonapi/src/JsonApiResource/ResourceObject.php Extracts the entity&#039;s fields.
ResourceTest::$entity property core/modules/rest/tests/src/Functional/ResourceTest.php The entity.
ResourceTestBase::$anotherEntity property core/modules/jsonapi/tests/src/Functional/ResourceTestBase.php Another entity of the same type used for testing.
ResourceTestBase::$entity property core/modules/jsonapi/tests/src/Functional/ResourceTestBase.php The entity being tested.
ResourceTestBase::$entityStorage property core/modules/jsonapi/tests/src/Functional/ResourceTestBase.php The entity storage.
ResourceTestBase::$entityTypeId property core/modules/jsonapi/tests/src/Functional/ResourceTestBase.php The tested entity type.
ResourceTestBase::$firstCreatedEntityId property core/modules/jsonapi/tests/src/Functional/ResourceTestBase.php The entity ID for the first created entity in testPost().
ResourceTestBase::$secondCreatedEntityId property core/modules/jsonapi/tests/src/Functional/ResourceTestBase.php The entity ID for the second created entity in testPost().

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