Search for entity
- Search 7.x for entity
- Search 9.5.x for entity
- Search 10.3.x for entity
- Search 11.x for entity
- Other projects
Exact matches
Title | Object type | File name | Summary |
---|---|---|---|
Entity | class | core/ |
Defines a argument validator plugin for each entity type. |
Entity | class | core/ |
Provides an area handler which renders an entity in a certain view mode. |
Entity | class | core/ |
Provides a generic destination to import entities. |
Entity | class | core/ |
|
Entity | class | core/ |
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. |
Entity | class | core/ |
Defines a base entity class. |
All search results
Title | Object type | File name | Summary |
---|---|---|---|
EntityController::$entityTypeBundleInfo | property | core/ |
The entity type bundle info. |
EntityController::$entityTypeManager | property | core/ |
The entity manager. |
EntityController::$renderer | property | core/ |
The renderer. |
EntityController::addBundleTitle | function | core/ |
Provides a generic add title callback for entities with bundles. |
EntityController::addPage | function | core/ |
Displays add links for the available bundles. |
EntityController::addTitle | function | core/ |
Provides a generic add title callback for an entity type. |
EntityController::create | function | core/ |
Instantiates a new instance of this class. |
EntityController::deleteTitle | function | core/ |
Provides a generic delete title callback. |
EntityController::doGetEntity | function | core/ |
Determines the entity. |
EntityController::editTitle | function | core/ |
Provides a generic edit title callback. |
EntityController::loadBundleDescriptions | function | core/ |
Expands the bundle information with descriptions, if known. |
EntityController::redirect | function | core/ |
Returns a redirect response object for the specified route. |
EntityController::title | function | core/ |
Provides a generic title callback for a single entity. |
EntityController::__construct | function | core/ |
Constructs a new EntityController. |
EntityConverter | class | core/ |
Parameter converter for upcasting entity IDs to full objects. |
EntityConverter.php | file | core/ |
|
EntityConverter::$deprecatedProperties | property | core/ |
|
EntityConverter::$entityRepository | property | core/ |
Entity repository. |
EntityConverter::$entityTypeManager | property | core/ |
Entity type manager which performs the upcasting in the end. |
EntityConverter::applies | function | core/ |
Determines if the converter applies to a specific route and variable. |
EntityConverter::convert | function | core/ |
Converts path variables to their corresponding objects. |
EntityConverter::getLatestTranslationAffectedRevision | function | core/ |
Returns the latest revision translation of the specified entity. |
EntityConverter::languageManager | function | core/ |
Returns a language manager instance. |
EntityConverter::loadRevision | function | core/ |
Loads the specified entity revision. |
EntityConverter::__construct | function | core/ |
Constructs a new EntityConverter. |
EntityConverterLatestRevisionTest | class | core/ |
Tests the entity converter when the "load_latest_revision" flag is set. |
EntityConverterLatestRevisionTest.php | file | core/ |
|
EntityConverterLatestRevisionTest::$converter | property | core/ |
The entity converter service. |
EntityConverterLatestRevisionTest::$modules | property | core/ |
Modules to install. |
EntityConverterLatestRevisionTest::setUp | function | core/ |
|
EntityConverterLatestRevisionTest::testConvertNonRevisionableEntityType | function | core/ |
Test the latest revision flag and non-revisionable entities. |
EntityConverterLatestRevisionTest::testEntityNoPendingRevision | function | core/ |
Tests with no pending revision. |
EntityConverterLatestRevisionTest::testEntityWithPendingRevision | function | core/ |
Tests with a pending revision. |
EntityConverterLatestRevisionTest::testNoEntity | function | core/ |
Tests with no matching entity. |
EntityConverterLatestRevisionTest::testOptimizedConvert | function | core/ |
Tests that pending revisions are loaded only when needed. |
EntityConverterLatestRevisionTest::testWithTranslatedPendingRevision | function | core/ |
Tests with a translated pending revision. |
EntityConverterTest | class | core/ |
@coversDefaultClass \Drupal\Core\ParamConverter\EntityConverter @group ParamConverter @group Entity |
EntityConverterTest.php | file | core/ |
|
EntityConverterTest::$entityConverter | property | core/ |
The tested entity converter. |
EntityConverterTest::$entityRepository | property | core/ |
The mocked entities repository. |
EntityConverterTest::$entityTypeManager | property | core/ |
The mocked entity type manager. |
EntityConverterTest::providerTestApplies | function | core/ |
Provides test data for testApplies() |
EntityConverterTest::providerTestConvert | function | core/ |
Provides test data for testConvert |
EntityConverterTest::setUp | function | core/ |
|
EntityConverterTest::setUpMocks | function | core/ |
Sets up mock services and class instances. |
EntityConverterTest::testApplies | function | core/ |
Tests the applies() method. |
EntityConverterTest::testConvert | function | core/ |
Tests the convert() method. |
EntityConverterTest::testConvertWithInvalidDynamicEntityType | function | core/ |
Tests the convert() method with an invalid dynamic entity type. |
EntityConverterTest::testConvertWithInvalidEntityType | function | core/ |
Tests the convert() method with an invalid entity type. |
EntityConverterTest::testDeprecatedGetLatestTranslationAffectedRevision | function | core/ |
Tests that ::getLatestTranslationAffectedRevision() is deprecated. |
Pagination
- Previous page
- Page 51
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.