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
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 Tests Drupal\Core\ParamConverter\EntityRevisionParamConverter.
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 Tests applying route.
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 Tests non applying route.
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 Tests Drupal\Core\Routing\Enhancer\EntityRevisionRouteEnhancer.
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 Tests enhance with entity revision.
EntityRevisionRouteEnhancerTest::testEnhanceWithoutEntityRevision function core/tests/Drupal/Tests/Core/Enhancer/EntityRevisionRouteEnhancerTest.php Tests enhance without entity revision.
EntityRevisionRouteEnhancerTest::testEnhanceWithoutParameter function core/tests/Drupal/Tests/Core/Enhancer/EntityRevisionRouteEnhancerTest.php Tests enhance without parameter.
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.
EntityRevisionsTest::testIsLatestRevision function core/tests/Drupal/KernelTests/Core/Entity/EntityRevisionsTest.php Tests that latest revisions are working as expected.
EntityRevisionsTest::testLoadedRevisionId function core/tests/Drupal/KernelTests/Core/Entity/EntityRevisionsTest.php Tests getLoadedRevisionId() returns the correct ID throughout the process.
EntityRevisionsTest::testLoadedRevisionIdWithNoNewRevision function core/tests/Drupal/KernelTests/Core/Entity/EntityRevisionsTest.php Tests the loaded revision ID after an entity re-save, clone and duplicate.
EntityRevisionsTest::testNewRevisionRevert function core/modules/system/tests/src/Functional/Entity/EntityRevisionsTest.php Tests manual revert of the revision ID value.
EntityRevisionsTest::testRevisions function core/modules/system/tests/src/Functional/Entity/EntityRevisionsTest.php Check node revision related operations.
EntityRevisionsTest::testSaveInHookEntityInsert function core/tests/Drupal/KernelTests/Core/Entity/EntityRevisionsTest.php Tests re-saving the entity in entity_test_entity_insert().
EntityRevisionsTest::testTranslatedLoadedRevisionId function core/tests/Drupal/KernelTests/Core/Entity/EntityRevisionsTest.php Tests the loaded revision ID for translatable entities.
EntityRevisionTest class core/modules/migrate/tests/src/Unit/destination/EntityRevisionTest.php Tests entity revision destination.
EntityRevisionTest class core/modules/migrate/tests/src/Unit/Plugin/migrate/destination/EntityRevisionTest.php Tests entity revision destination functionality.
EntityRevisionTest class core/modules/migrate/tests/src/Kernel/Plugin/EntityRevisionTest.php Tests the EntityRevision destination plugin.

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