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
EntityPermissionsFormTest::testPermissionsByProvider function core/modules/user/tests/src/Unit/Form/EntityPermissionsFormTest.php Tests generating the permissions list.
EntityPermissionsRouteProvider class core/modules/user/src/Entity/EntityPermissionsRouteProvider.php Provides routes for the entity permissions form.
EntityPermissionsRouteProvider.php file core/modules/user/src/Entity/EntityPermissionsRouteProvider.php
EntityPermissionsRouteProvider::$entityTypeManager property core/modules/user/src/Entity/EntityPermissionsRouteProvider.php The entity type manager.
EntityPermissionsRouteProvider::createInstance function core/modules/user/src/Entity/EntityPermissionsRouteProvider.php Instantiates a new instance of this entity handler.
EntityPermissionsRouteProvider::getEntityPermissionsRoute function core/modules/user/src/Entity/EntityPermissionsRouteProvider.php Gets the entity permissions route.
EntityPermissionsRouteProvider::getRoutes function core/modules/user/src/Entity/EntityPermissionsRouteProvider.php Provides routes for entities.
EntityPermissionsRouteProvider::__construct function core/modules/user/src/Entity/EntityPermissionsRouteProvider.php Constructs a new EntityPermissionsRouteProvider.
EntityPermissionsRouteProviderWithCheck class core/modules/user/src/Entity/EntityPermissionsRouteProviderWithCheck.php Provides routes for the entity permissions form with a custom access check.
EntityPermissionsRouteProviderWithCheck.php file core/modules/user/src/Entity/EntityPermissionsRouteProviderWithCheck.php
EntityPermissionsRouteProviderWithCheck::getEntityPermissionsRoute function core/modules/user/src/Entity/EntityPermissionsRouteProviderWithCheck.php Gets the entity permissions route.
EntityPublishedActionDeriver class core/lib/Drupal/Core/Action/Plugin/Action/Derivative/EntityPublishedActionDeriver.php Provides an action deriver that finds publishable entity types.
EntityPublishedActionDeriver.php file core/lib/Drupal/Core/Action/Plugin/Action/Derivative/EntityPublishedActionDeriver.php
EntityPublishedActionDeriver::isApplicable function core/lib/Drupal/Core/Action/Plugin/Action/Derivative/EntityPublishedActionDeriver.php Indicates whether the deriver can be used for the provided entity type.
EntityPublishedInterface interface core/lib/Drupal/Core/Entity/EntityPublishedInterface.php Provides an interface for access to an entity&#039;s published state.
EntityPublishedInterface.php file core/lib/Drupal/Core/Entity/EntityPublishedInterface.php
EntityPublishedInterface::isPublished function core/lib/Drupal/Core/Entity/EntityPublishedInterface.php Returns whether or not the entity is published.
EntityPublishedInterface::setPublished function core/lib/Drupal/Core/Entity/EntityPublishedInterface.php Sets the entity as published.
EntityPublishedInterface::setUnpublished function core/lib/Drupal/Core/Entity/EntityPublishedInterface.php Sets the entity as unpublished.
EntityPublishedTrait trait core/lib/Drupal/Core/Entity/EntityPublishedTrait.php Provides a trait for published status.
EntityPublishedTrait.php file core/lib/Drupal/Core/Entity/EntityPublishedTrait.php
EntityPublishedTrait::isPublished function core/lib/Drupal/Core/Entity/EntityPublishedTrait.php
EntityPublishedTrait::publishedBaseFieldDefinitions function core/lib/Drupal/Core/Entity/EntityPublishedTrait.php Returns an array of base field definitions for publishing status.
EntityPublishedTrait::setPublished function core/lib/Drupal/Core/Entity/EntityPublishedTrait.php
EntityPublishedTrait::setUnpublished function core/lib/Drupal/Core/Entity/EntityPublishedTrait.php
EntityQueryAccessTest class core/modules/views/tests/src/Functional/Entity/EntityQueryAccessTest.php Tests that Views respects &#039;ENTITY_TYPE_access&#039; query tags.
EntityQueryAccessTest.php file core/modules/views/tests/src/Functional/Entity/EntityQueryAccessTest.php
EntityQueryAccessTest::$defaultTheme property core/modules/views/tests/src/Functional/Entity/EntityQueryAccessTest.php The theme to install as the default for testing.
EntityQueryAccessTest::$modules property core/modules/views/tests/src/Functional/Entity/EntityQueryAccessTest.php Modules to install.
EntityQueryAccessTest::testBlockContentEntityQueryAccess function core/modules/views/tests/src/Functional/Entity/EntityQueryAccessTest.php Tests that the &#039;block_content_access&#039; query tag is respected by Views.
EntityQueryAccessTest::testMediaEntityQueryAccess function core/modules/views/tests/src/Functional/Entity/EntityQueryAccessTest.php Tests that the &#039;media_access&#039; query tag is respected by Views.
EntityQueryAggregateTest class core/tests/Drupal/KernelTests/Core/Entity/EntityQueryAggregateTest.php Tests the Entity Query Aggregation API.
EntityQueryAggregateTest.php file core/tests/Drupal/KernelTests/Core/Entity/EntityQueryAggregateTest.php
EntityQueryAggregateTest::$entityStorage property core/tests/Drupal/KernelTests/Core/Entity/EntityQueryAggregateTest.php The entity_test storage to create the test entities.
EntityQueryAggregateTest::$modules property core/tests/Drupal/KernelTests/Core/Entity/EntityQueryAggregateTest.php Modules to install.
EntityQueryAggregateTest::$queryResult property core/tests/Drupal/KernelTests/Core/Entity/EntityQueryAggregateTest.php The actual query result, to compare later.
EntityQueryAggregateTest::assertResults function core/tests/Drupal/KernelTests/Core/Entity/EntityQueryAggregateTest.php Asserts the results as expected regardless of order between and in rows.
EntityQueryAggregateTest::assertSortedResults function core/tests/Drupal/KernelTests/Core/Entity/EntityQueryAggregateTest.php Asserts the results as expected regardless of order in rows.
EntityQueryAggregateTest::setUp function core/tests/Drupal/KernelTests/Core/Entity/EntityQueryAggregateTest.php
EntityQueryAggregateTest::testAggregation function core/tests/Drupal/KernelTests/Core/Entity/EntityQueryAggregateTest.php Tests aggregation support.
EntityQueryAggregateTest::testRepeatedExecution function core/tests/Drupal/KernelTests/Core/Entity/EntityQueryAggregateTest.php Tests preparing a query and executing twice.
EntityQueryRelationshipTest class core/tests/Drupal/KernelTests/Core/Entity/EntityQueryRelationshipTest.php Tests the Entity Query relationship API.
EntityQueryRelationshipTest.php file core/tests/Drupal/KernelTests/Core/Entity/EntityQueryRelationshipTest.php
EntityQueryRelationshipTest::$accounts property core/tests/Drupal/KernelTests/Core/Entity/EntityQueryRelationshipTest.php User entities.
EntityQueryRelationshipTest::$entities property core/tests/Drupal/KernelTests/Core/Entity/EntityQueryRelationshipTest.php entity_test entities.
EntityQueryRelationshipTest::$fieldName property core/tests/Drupal/KernelTests/Core/Entity/EntityQueryRelationshipTest.php The name of the taxonomy field used for test.
EntityQueryRelationshipTest::$modules property core/tests/Drupal/KernelTests/Core/Entity/EntityQueryRelationshipTest.php Modules to install.
EntityQueryRelationshipTest::$queryResults property core/tests/Drupal/KernelTests/Core/Entity/EntityQueryRelationshipTest.php The results returned by EntityQuery.
EntityQueryRelationshipTest::$terms property core/tests/Drupal/KernelTests/Core/Entity/EntityQueryRelationshipTest.php Term entities.
EntityQueryRelationshipTest::assertResults function core/tests/Drupal/KernelTests/Core/Entity/EntityQueryRelationshipTest.php Assert the results.

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