Search for entity

  1. Search 7.x for entity
  2. Search 8.9.x for entity
  3. Search 10.3.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
EntityController::$urlGenerator property core/lib/Drupal/Core/Entity/Controller/EntityController.php The url generator.
EntityController::addBundleTitle function core/lib/Drupal/Core/Entity/Controller/EntityController.php Provides a generic add title callback for entities with bundles.
EntityController::addPage function core/lib/Drupal/Core/Entity/Controller/EntityController.php Displays add links for the available bundles.
EntityController::addTitle function core/lib/Drupal/Core/Entity/Controller/EntityController.php Provides a generic add title callback for an entity type.
EntityController::create function core/lib/Drupal/Core/Entity/Controller/EntityController.php Instantiates a new instance of this class.
EntityController::deleteTitle function core/lib/Drupal/Core/Entity/Controller/EntityController.php Provides a generic delete title callback.
EntityController::doGetEntity function core/lib/Drupal/Core/Entity/Controller/EntityController.php Determines the entity.
EntityController::editTitle function core/lib/Drupal/Core/Entity/Controller/EntityController.php Provides a generic edit title callback.
EntityController::loadBundleDescriptions function core/lib/Drupal/Core/Entity/Controller/EntityController.php Expands the bundle information with descriptions, if known.
EntityController::redirect function core/lib/Drupal/Core/Entity/Controller/EntityController.php Returns a redirect response object for the specified route.
EntityController::title function core/lib/Drupal/Core/Entity/Controller/EntityController.php Provides a generic title callback for a single entity.
EntityController::__construct function core/lib/Drupal/Core/Entity/Controller/EntityController.php Constructs a new EntityController.
EntityConverter class core/lib/Drupal/Core/ParamConverter/EntityConverter.php Parameter converter for upcasting entity IDs to full objects.
EntityConverter.php file core/lib/Drupal/Core/ParamConverter/EntityConverter.php
EntityConverter::$entityRepository property core/lib/Drupal/Core/ParamConverter/EntityConverter.php Entity repository.
EntityConverter::$entityTypeManager property core/lib/Drupal/Core/ParamConverter/EntityConverter.php Entity type manager which performs the upcasting in the end.
EntityConverter::applies function core/lib/Drupal/Core/ParamConverter/EntityConverter.php Determines if the converter applies to a specific route and variable.
EntityConverter::convert function core/lib/Drupal/Core/ParamConverter/EntityConverter.php Converts path variables to their corresponding objects.
EntityConverter::__construct function core/lib/Drupal/Core/ParamConverter/EntityConverter.php Constructs a new EntityConverter.
EntityConverterLatestRevisionTest class core/tests/Drupal/KernelTests/Core/ParamConverter/EntityConverterLatestRevisionTest.php Tests the entity converter when the &quot;load_latest_revision&quot; flag is set.
EntityConverterLatestRevisionTest.php file core/tests/Drupal/KernelTests/Core/ParamConverter/EntityConverterLatestRevisionTest.php
EntityConverterLatestRevisionTest::$converter property core/tests/Drupal/KernelTests/Core/ParamConverter/EntityConverterLatestRevisionTest.php The entity converter service.
EntityConverterLatestRevisionTest::$modules property core/tests/Drupal/KernelTests/Core/ParamConverter/EntityConverterLatestRevisionTest.php Modules to install.
EntityConverterLatestRevisionTest::setUp function core/tests/Drupal/KernelTests/Core/ParamConverter/EntityConverterLatestRevisionTest.php
EntityConverterLatestRevisionTest::testConvertNonRevisionableEntityType function core/tests/Drupal/KernelTests/Core/ParamConverter/EntityConverterLatestRevisionTest.php Tests the latest revision flag and non-revisionable entities.
EntityConverterLatestRevisionTest::testEntityNoPendingRevision function core/tests/Drupal/KernelTests/Core/ParamConverter/EntityConverterLatestRevisionTest.php Tests with no pending revision.
EntityConverterLatestRevisionTest::testEntityWithPendingRevision function core/tests/Drupal/KernelTests/Core/ParamConverter/EntityConverterLatestRevisionTest.php Tests with a pending revision.
EntityConverterLatestRevisionTest::testNoEntity function core/tests/Drupal/KernelTests/Core/ParamConverter/EntityConverterLatestRevisionTest.php Tests with no matching entity.
EntityConverterLatestRevisionTest::testOptimizedConvert function core/tests/Drupal/KernelTests/Core/ParamConverter/EntityConverterLatestRevisionTest.php Tests that pending revisions are loaded only when needed.
EntityConverterLatestRevisionTest::testRouteParamWithBundleDefinition function core/tests/Drupal/KernelTests/Core/ParamConverter/EntityConverterLatestRevisionTest.php Tests an entity route parameter having &#039;bundle&#039; definition property.
EntityConverterLatestRevisionTest::testWithTranslatedPendingRevision function core/tests/Drupal/KernelTests/Core/ParamConverter/EntityConverterLatestRevisionTest.php Tests with a translated pending revision.
EntityConverterTest class core/tests/Drupal/KernelTests/Core/ParamConverter/EntityConverterTest.php Tests the entity param converter.
EntityConverterTest class core/tests/Drupal/Tests/Core/ParamConverter/EntityConverterTest.php @coversDefaultClass \Drupal\Core\ParamConverter\EntityConverter
@group ParamConverter
@group Entity
EntityConverterTest.php file core/tests/Drupal/Tests/Core/ParamConverter/EntityConverterTest.php
EntityConverterTest.php file core/tests/Drupal/KernelTests/Core/ParamConverter/EntityConverterTest.php
EntityConverterTest::$entityConverter property core/tests/Drupal/Tests/Core/ParamConverter/EntityConverterTest.php The tested entity converter.
EntityConverterTest::$entityRepository property core/tests/Drupal/Tests/Core/ParamConverter/EntityConverterTest.php The mocked entities repository.
EntityConverterTest::$entityTypeManager property core/tests/Drupal/Tests/Core/ParamConverter/EntityConverterTest.php The mocked entity type manager.
EntityConverterTest::$modules property core/tests/Drupal/KernelTests/Core/ParamConverter/EntityConverterTest.php Modules to enable.
EntityConverterTest::providerTestApplies function core/tests/Drupal/Tests/Core/ParamConverter/EntityConverterTest.php Provides test data for testApplies()
EntityConverterTest::providerTestConvert function core/tests/Drupal/Tests/Core/ParamConverter/EntityConverterTest.php Provides test data for testConvert.
EntityConverterTest::setUp function core/tests/Drupal/Tests/Core/ParamConverter/EntityConverterTest.php
EntityConverterTest::setUp function core/tests/Drupal/KernelTests/Core/ParamConverter/EntityConverterTest.php
EntityConverterTest::setUpMocks function core/tests/Drupal/Tests/Core/ParamConverter/EntityConverterTest.php Sets up mock services and class instances.
EntityConverterTest::testApplies function core/tests/Drupal/Tests/Core/ParamConverter/EntityConverterTest.php Tests the applies() method.
EntityConverterTest::testConvert function core/tests/Drupal/Tests/Core/ParamConverter/EntityConverterTest.php Tests the convert() method.
EntityConverterTest::testConvertWithInvalidDynamicEntityType function core/tests/Drupal/Tests/Core/ParamConverter/EntityConverterTest.php Tests the convert() method with an invalid dynamic entity type.
EntityConverterTest::testConvertWithInvalidEntityType function core/tests/Drupal/Tests/Core/ParamConverter/EntityConverterTest.php Tests the convert() method with an invalid entity type.
EntityConverterTest::testRouteParamWithBundleDefinition function core/tests/Drupal/KernelTests/Core/ParamConverter/EntityConverterTest.php Tests an entity route parameter having &#039;bundle&#039; definition property.
EntityCreateAccessCheck class core/lib/Drupal/Core/Entity/EntityCreateAccessCheck.php Defines an access checker for entity creation.

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