Search for all
| Title | Object type | File name | Summary |
|---|---|---|---|
| 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[[api-linebreak]] @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. |
| EntityConverterTest::testDeprecatedLanguageManager | function | core/ |
Tests that passing the language manager triggers a deprecation error. |
| EntityConverterTest::testDeprecatedLanguageManagerMethod | function | core/ |
Tests that retrieving the language manager triggers a deprecation error. |
| EntityConverterTest::testDeprecatedLanguageManagerProperty | function | core/ |
Tests that retrieving the language manager triggers a deprecation error. |
Pagination
- Previous page
- Page 452
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.