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
RoleResourceTestBase::getNormalizedPostEntity function core/modules/user/tests/src/Functional/Rest/RoleResourceTestBase.php Returns the normalized POST entity.
RoleTest::$entity property core/modules/jsonapi/tests/src/Functional/RoleTest.php
RoleTest::$entityTypeId property core/modules/jsonapi/tests/src/Functional/RoleTest.php The tested entity type.
RoleTest::createEntity function core/modules/jsonapi/tests/src/Functional/RoleTest.php Creates the entity to be tested.
RoleUserTestBase::$userRoleEntityType property core/modules/user/tests/src/Unit/Plugin/Action/RoleUserTestBase.php The user role entity type.
RouteSubscriber::$entityTypeManager property core/modules/field_ui/src/Routing/RouteSubscriber.php The entity type manager service.
RouteSubscriber::$entityTypeManager property core/modules/block_content/src/Routing/RouteSubscriber.php The entity type manager service.
RouteSubscriberTest::$entityTypeManager property core/modules/views/tests/src/Unit/EventSubscriber/RouteSubscriberTest.php The mocked entity type manager.
route_enhancer.entity service core/core.services.yml Drupal\Core\Entity\Enhancer\EntityRouteEnhancer
route_enhancer.entity_bundle service core/core.services.yml Drupal\Core\Entity\Enhancer\EntityBundleRouteEnhancer
route_enhancer.entity_revision service core/core.services.yml Drupal\Core\Routing\Enhancer\EntityRevisionRouteEnhancer
route_subscriber.entity service core/core.services.yml Drupal\Core\EventSubscriber\EntityRouteAlterSubscriber
RowEntityRenderersTest class core/modules/views/tests/src/Kernel/Entity/RowEntityRenderersTest.php Tests the entity row renderers.
RowEntityRenderersTest.php file core/modules/views/tests/src/Kernel/Entity/RowEntityRenderersTest.php
RowEntityRenderersTest::$expected property core/modules/views/tests/src/Kernel/Entity/RowEntityRenderersTest.php An array of titles for each node per language.
RowEntityRenderersTest::$ids property core/modules/views/tests/src/Kernel/Entity/RowEntityRenderersTest.php
RowEntityRenderersTest::$langcodes property core/modules/views/tests/src/Kernel/Entity/RowEntityRenderersTest.php An array of added languages.
RowEntityRenderersTest::$modules property core/modules/views/tests/src/Kernel/Entity/RowEntityRenderersTest.php Modules to install.
RowEntityRenderersTest::$testAuthor property core/modules/views/tests/src/Kernel/Entity/RowEntityRenderersTest.php The author of the test content.
RowEntityRenderersTest::$testIds property core/modules/views/tests/src/Kernel/Entity/RowEntityRenderersTest.php An array of IDs of the test content.
RowEntityRenderersTest::$testViews property core/modules/views/tests/src/Kernel/Entity/RowEntityRenderersTest.php Views used by this test.
RowEntityRenderersTest::$values property core/modules/views/tests/src/Kernel/Entity/RowEntityRenderersTest.php
RowEntityRenderersTest::assertTranslations function core/modules/views/tests/src/Kernel/Entity/RowEntityRenderersTest.php Checks that the view results match the expected values.
RowEntityRenderersTest::checkLanguageRenderers function core/modules/views/tests/src/Kernel/Entity/RowEntityRenderersTest.php Checks that the language renderer configurations work as expected.
RowEntityRenderersTest::checkLanguageRenderersRelationship function core/modules/views/tests/src/Kernel/Entity/RowEntityRenderersTest.php Checks language renderer configurations work with relationships.
RowEntityRenderersTest::setUp function core/modules/views/tests/src/Kernel/Entity/RowEntityRenderersTest.php
RowEntityRenderersTest::testEntityRenderers function core/modules/views/tests/src/Kernel/Entity/RowEntityRenderersTest.php Tests the entity row renderers.
RowEntityRenderersTest::testEntityRenderersRelationship function core/modules/views/tests/src/Kernel/Entity/RowEntityRenderersTest.php Tests the entity row renderers for relationships.
RowEntityRenderersTest::testFieldRenderers function core/modules/views/tests/src/Kernel/Entity/RowEntityRenderersTest.php Tests the field row renderers.
RowEntityRenderersTest::testFieldRenderersRelationship function core/modules/views/tests/src/Kernel/Entity/RowEntityRenderersTest.php Tests the field row renderers for relationships.
RowEntityRenderersTest::testRevisionBaseTable function core/modules/views/tests/src/Kernel/Entity/RowEntityRenderersTest.php Tests the row renderer with a revision base table.
RowEntityTest class core/modules/views/tests/src/Kernel/Plugin/RowEntityTest.php Tests the generic entity row plugin.
RowEntityTest.php file core/modules/views/tests/src/Kernel/Plugin/RowEntityTest.php
RowEntityTest::$modules property core/modules/views/tests/src/Kernel/Plugin/RowEntityTest.php Modules to install.
RowEntityTest::$testViews property core/modules/views/tests/src/Kernel/Plugin/RowEntityTest.php Views used by this test.
RowEntityTest::setUp function core/modules/views/tests/src/Kernel/Plugin/RowEntityTest.php
RowEntityTest::testEntityRow function core/modules/views/tests/src/Kernel/Plugin/RowEntityTest.php Tests the entity row handler.
Rss::$entityTypeId property core/modules/comment/src/Plugin/views/row/Rss.php The ID of the entity type for which this is an RSS row plugin.
Rss::$entityTypeId property core/modules/node/src/Plugin/views/row/Rss.php The ID of the entity type for which this is an RSS row plugin.
RssPluginBase::$entityDisplayRepository property core/modules/views/src/Plugin/views/row/RssPluginBase.php The entity display repository.
RssPluginBase::$entityTypeId property core/modules/views/src/Plugin/views/row/RssPluginBase.php The ID of the entity type for which this is an RSS row plugin.
RssPluginBase::$entityTypeManager property core/modules/views/src/Plugin/views/row/RssPluginBase.php The entity type manager.
SampleEntityGeneratorInterface interface core/modules/layout_builder/src/Entity/SampleEntityGeneratorInterface.php Generates a sample entity.
SampleEntityGeneratorInterface.php file core/modules/layout_builder/src/Entity/SampleEntityGeneratorInterface.php
SampleEntityGeneratorInterface::delete function core/modules/layout_builder/src/Entity/SampleEntityGeneratorInterface.php Deletes a sample entity for a given entity type and bundle.
SampleEntityGeneratorInterface::get function core/modules/layout_builder/src/Entity/SampleEntityGeneratorInterface.php Gets a sample entity for a given entity type and bundle.
SaveEntity class core/modules/system/tests/modules/action_test/src/Plugin/Action/SaveEntity.php Provides an operation to save user entities.
SaveEntity.php file core/modules/system/tests/modules/action_test/src/Plugin/Action/SaveEntity.php
SaveEntity::access function core/modules/system/tests/modules/action_test/src/Plugin/Action/SaveEntity.php Checks object access.
SaveEntity::execute function core/modules/system/tests/modules/action_test/src/Plugin/Action/SaveEntity.php Executes the plugin.

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