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 10.3.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
EntityRevision::getHighestId function core/modules/migrate/src/Plugin/migrate/destination/EntityRevision.php Returns the highest ID tracked by the implementing plugin.
EntityRevision::getIds function core/modules/migrate/src/Plugin/migrate/destination/EntityRevision.php Gets the destination IDs.
EntityRevision::save function core/modules/migrate/src/Plugin/migrate/destination/EntityRevision.php Saves the entity.
EntityRevision::save function core/modules/migrate/tests/src/Unit/destination/EntityRevisionTest.php Allow public access for testing.
EntityRevision::updateEntity function core/modules/migrate/tests/src/Unit/destination/EntityRevisionTest.php Don&#039;t test method from base class.
EntityRevision::__construct function core/modules/migrate/src/Plugin/migrate/destination/EntityRevision.php Constructs a content entity.
EntityRevisionParamConverter class core/lib/Drupal/Core/ParamConverter/EntityRevisionParamConverter.php Parameter converter for upcasting entity revision IDs to full objects.
EntityRevisionParamConverter.php file core/lib/Drupal/Core/ParamConverter/EntityRevisionParamConverter.php
EntityRevisionParamConverter::$entityRepository property core/lib/Drupal/Core/ParamConverter/EntityRevisionParamConverter.php The entity repository.
EntityRevisionParamConverter::$entityTypeManager property core/lib/Drupal/Core/ParamConverter/EntityRevisionParamConverter.php The entity type manager.
EntityRevisionParamConverter::applies function core/lib/Drupal/Core/ParamConverter/EntityRevisionParamConverter.php Determines if the converter applies to a specific route and variable.
EntityRevisionParamConverter::convert function core/lib/Drupal/Core/ParamConverter/EntityRevisionParamConverter.php Converts path variables to their corresponding objects.
EntityRevisionParamConverter::__construct function core/lib/Drupal/Core/ParamConverter/EntityRevisionParamConverter.php Creates a new EntityRevisionParamConverter instance.
EntityRevisionParamConverterTest class core/tests/Drupal/Tests/Core/ParamConverter/EntityRevisionParamConverterTest.php @coversDefaultClass \Drupal\Core\ParamConverter\EntityRevisionParamConverter[[api-linebreak]]
@group entity
EntityRevisionParamConverterTest.php file core/tests/Drupal/Tests/Core/ParamConverter/EntityRevisionParamConverterTest.php
EntityRevisionParamConverterTest::$converter property core/tests/Drupal/Tests/Core/ParamConverter/EntityRevisionParamConverterTest.php The tested entity revision param converter.
EntityRevisionParamConverterTest::getTestRoute function core/tests/Drupal/Tests/Core/ParamConverter/EntityRevisionParamConverterTest.php
EntityRevisionParamConverterTest::providerTestConvert function core/tests/Drupal/Tests/Core/ParamConverter/EntityRevisionParamConverterTest.php Provides test data for testConvert.
EntityRevisionParamConverterTest::setUp function core/tests/Drupal/Tests/Core/ParamConverter/EntityRevisionParamConverterTest.php
EntityRevisionParamConverterTest::testApplyingRoute function core/tests/Drupal/Tests/Core/ParamConverter/EntityRevisionParamConverterTest.php @covers ::applies[[api-linebreak]]
EntityRevisionParamConverterTest::testConvert function core/tests/Drupal/Tests/Core/ParamConverter/EntityRevisionParamConverterTest.php Tests the convert() method.
EntityRevisionParamConverterTest::testConvertWithInvalidDynamicEntityType function core/tests/Drupal/Tests/Core/ParamConverter/EntityRevisionParamConverterTest.php Tests the convert() method with an invalid dynamic entity type ID.
EntityRevisionParamConverterTest::testConvertWithInvalidEntityType function core/tests/Drupal/Tests/Core/ParamConverter/EntityRevisionParamConverterTest.php Tests the convert() method with an invalid entity type ID.
EntityRevisionParamConverterTest::testConvertWithInvalidType function core/tests/Drupal/Tests/Core/ParamConverter/EntityRevisionParamConverterTest.php Tests the convert() method with an invalid dynamic entity type ID.
EntityRevisionParamConverterTest::testNonApplyingRoute function core/tests/Drupal/Tests/Core/ParamConverter/EntityRevisionParamConverterTest.php @covers ::applies[[api-linebreak]]
EntityRevisionRouteEnhancer class core/lib/Drupal/Core/Routing/Enhancer/EntityRevisionRouteEnhancer.php Adds _entity_revision to the request attributes, if possible.
EntityRevisionRouteEnhancer.php file core/lib/Drupal/Core/Routing/Enhancer/EntityRevisionRouteEnhancer.php
EntityRevisionRouteEnhancer::applies function core/lib/Drupal/Core/Routing/Enhancer/EntityRevisionRouteEnhancer.php Returns whether the enhancer runs on the current route.
EntityRevisionRouteEnhancer::enhance function core/lib/Drupal/Core/Routing/Enhancer/EntityRevisionRouteEnhancer.php Updates the defaults for a route definition based on the request.
EntityRevisionRouteEnhancerTest class core/tests/Drupal/Tests/Core/Enhancer/EntityRevisionRouteEnhancerTest.php @coversDefaultClass \Drupal\Core\Routing\Enhancer\EntityRevisionRouteEnhancer[[api-linebreak]]
@group Entity
EntityRevisionRouteEnhancerTest.php file core/tests/Drupal/Tests/Core/Enhancer/EntityRevisionRouteEnhancerTest.php
EntityRevisionRouteEnhancerTest::$routeEnhancer property core/tests/Drupal/Tests/Core/Enhancer/EntityRevisionRouteEnhancerTest.php
EntityRevisionRouteEnhancerTest::setUp function core/tests/Drupal/Tests/Core/Enhancer/EntityRevisionRouteEnhancerTest.php
EntityRevisionRouteEnhancerTest::testEnhanceWithEntityRevision function core/tests/Drupal/Tests/Core/Enhancer/EntityRevisionRouteEnhancerTest.php @covers ::enhance[[api-linebreak]]
EntityRevisionRouteEnhancerTest::testEnhanceWithoutEntityRevision function core/tests/Drupal/Tests/Core/Enhancer/EntityRevisionRouteEnhancerTest.php @covers ::enhance[[api-linebreak]]
EntityRevisionRouteEnhancerTest::testEnhanceWithoutParameter function core/tests/Drupal/Tests/Core/Enhancer/EntityRevisionRouteEnhancerTest.php @covers ::enhance[[api-linebreak]]
EntityRevisionsTest class core/tests/Drupal/KernelTests/Core/Entity/EntityRevisionsTest.php Tests the loaded Revision of an entity.
EntityRevisionsTest class core/modules/system/tests/src/Functional/Entity/EntityRevisionsTest.php Tests modifying an entity with revisions.
EntityRevisionsTest.php file core/modules/system/tests/src/Functional/Entity/EntityRevisionsTest.php
EntityRevisionsTest.php file core/tests/Drupal/KernelTests/Core/Entity/EntityRevisionsTest.php
EntityRevisionsTest::$defaultTheme property core/modules/system/tests/src/Functional/Entity/EntityRevisionsTest.php The theme to install as the default for testing.
EntityRevisionsTest::$modules property core/modules/system/tests/src/Functional/Entity/EntityRevisionsTest.php Modules to install.
EntityRevisionsTest::$modules property core/tests/Drupal/KernelTests/Core/Entity/EntityRevisionsTest.php Modules to install.
EntityRevisionsTest::$webUser property core/modules/system/tests/src/Functional/Entity/EntityRevisionsTest.php A user with permission to administer entity_test content.
EntityRevisionsTest::runRevisionsTests function core/modules/system/tests/src/Functional/Entity/EntityRevisionsTest.php Executes the revision tests for the given entity type.
EntityRevisionsTest::setUp function core/modules/system/tests/src/Functional/Entity/EntityRevisionsTest.php
EntityRevisionsTest::setUp function core/tests/Drupal/KernelTests/Core/Entity/EntityRevisionsTest.php
EntityRevisionsTest::testDefaultRevisionFlag function core/tests/Drupal/KernelTests/Core/Entity/EntityRevisionsTest.php Tests the automatic handling of the &quot;revision_default&quot; flag.
EntityRevisionsTest::testEntityRevisionParamConverter function core/modules/system/tests/src/Functional/Entity/EntityRevisionsTest.php Tests that an entity revision is upcasted in the correct language.
EntityRevisionsTest::testIsLatestAffectedRevisionTranslation function core/tests/Drupal/KernelTests/Core/Entity/EntityRevisionsTest.php Tests that latest affected revisions are working as expected.

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