Search for all
- Search 7.x for all
- Search 9.5.x for all
- Search 8.9.x for all
- Search 11.x for all
- Search main for all
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| EntityResolverInterface::resolve | function | core/ |
Returns the local ID of an entity referenced by serialized data. |
| EntityResolverManager | class | core/ |
Sets the entity route parameter converter options automatically. |
| EntityResolverManager.php | file | core/ |
|
| EntityResolverManager::$classResolver | property | core/ |
The class resolver. |
| EntityResolverManager::$entityTypeManager | property | core/ |
The entity type manager service. |
| EntityResolverManager::$entityTypes | property | core/ |
The list of all entity types. |
| EntityResolverManager::getControllerClass | function | core/ |
Gets the controller class using route defaults. |
| EntityResolverManager::getEntityTypes | function | core/ |
Gets the list of all entity types. |
| EntityResolverManager::setParametersFromEntityInformation | function | core/ |
Sets the upcasting information using the _entity_* route defaults. |
| EntityResolverManager::setParametersFromReflection | function | core/ |
Sets the upcasting information using reflection. |
| EntityResolverManager::setRouteOptions | function | core/ |
Set the upcasting route objects. |
| EntityResolverManager::__construct | function | core/ |
Constructs a new EntityRouteAlterSubscriber. |
| EntityResolverManagerTest | class | core/ |
@coversDefaultClass \Drupal\Core\Entity\EntityResolverManager[[api-linebreak]] @group Entity |
| EntityResolverManagerTest.php | file | core/ |
|
| EntityResolverManagerTest::$classResolver | property | core/ |
The mocked class resolver. |
| EntityResolverManagerTest::$container | property | core/ |
The mocked dependency injection container. |
| EntityResolverManagerTest::$entityResolverManager | property | core/ |
The tested entity resolver manager. |
| EntityResolverManagerTest::$entityTypeManager | property | core/ |
The mocked entity type manager. |
| EntityResolverManagerTest::providerTestSetRouteOptionsWithContentController | function | core/ |
Data provider for testSetRouteOptionsWithContentController. |
| EntityResolverManagerTest::providerTestSetRouteOptionsWithEntityTypeNoUpcasting | function | core/ |
Data provider for testSetRouteOptionsWithEntityTypeNoUpcasting. |
| EntityResolverManagerTest::providerTestSetRouteOptionsWithEntityTypeUpcasting | function | core/ |
Data provider for testSetRouteOptionsWithEntityTypeUpcasting. |
| EntityResolverManagerTest::providerTestSetRouteOptionsWithStandardRoute | function | core/ |
Data provider for testSetRouteOptionsWithStandardRoute. |
| EntityResolverManagerTest::providerTestSetRouteOptionsWithStandardRouteWithArgument | function | core/ |
Data provider for testSetRouteOptionsWithStandardRouteWithArgument. |
| EntityResolverManagerTest::setUp | function | core/ |
@covers ::__construct[[api-linebreak]] |
| EntityResolverManagerTest::setupEntityTypes | function | core/ |
Creates the entity type manager mock returning entity type objects. |
| EntityResolverManagerTest::testSetRouteOptionsWithContentController | function | core/ |
Tests setRouteOptions() with a _content default. |
| EntityResolverManagerTest::testSetRouteOptionsWithEntityAddFormRoute | function | core/ |
Tests setRouteOptions() with an _entity_form route for an add form. |
| EntityResolverManagerTest::testSetRouteOptionsWithEntityFormNoUpcasting | function | core/ |
Tests setRouteOptions() with a form parameter without interface. |
| EntityResolverManagerTest::testSetRouteOptionsWithEntityFormRoute | function | core/ |
Tests setRouteOptions() with an _entity_form route. |
| EntityResolverManagerTest::testSetRouteOptionsWithEntityFormRouteAndArgument | function | core/ |
Tests an _entity_form route where a non-entity parameter is first. |
| EntityResolverManagerTest::testSetRouteOptionsWithEntityFormUpcasting | function | core/ |
Tests setRouteOptions() with an entity type parameter form. |
| EntityResolverManagerTest::testSetRouteOptionsWithEntityListRoute | function | core/ |
Tests setRouteOptions() with an _entity_list route. |
| EntityResolverManagerTest::testSetRouteOptionsWithEntityTypeNoUpcasting | function | core/ |
Tests setRouteOptions() with an entity type parameter. |
| EntityResolverManagerTest::testSetRouteOptionsWithEntityTypeUpcasting | function | core/ |
Tests setRouteOptions() with an entity type parameter, upcasting. |
| EntityResolverManagerTest::testSetRouteOptionsWithEntityUpcastingNoCreate | function | core/ |
Tests setRouteOptions() with entity form upcasting, no create method. |
| EntityResolverManagerTest::testSetRouteOptionsWithEntityViewRoute | function | core/ |
Tests setRouteOptions() with an _entity_view route. |
| EntityResolverManagerTest::testSetRouteOptionsWithEntityViewRouteAndManualParameters | function | core/ |
Tests setRouteOptions() with an _entity_view route. |
| EntityResolverManagerTest::testSetRouteOptionsWithStandardRoute | function | core/ |
Tests setRouteOptions() with no parameter. |
| EntityResolverManagerTest::testSetRouteOptionsWithStandardRouteWithArgument | function | core/ |
Tests setRouteOptions() with a controller with a non entity argument. |
| EntityResource | class | core/ |
Process all entity requests. |
| EntityResource | class | core/ |
Represents entities as resources. |
| EntityResource.php | file | core/ |
|
| EntityResource.php | file | core/ |
|
| EntityResource::$configFactory | property | core/ |
The config factory. |
| EntityResource::$entityAccessChecker | property | core/ |
The JSON:API entity access checker. |
| EntityResource::$entityRepository | property | core/ |
The entity repository. |
| EntityResource::$entityType | property | core/ |
The entity type targeted by this resource. |
| EntityResource::$entityTypeManager | property | core/ |
The entity type manager. |
| EntityResource::$fieldManager | property | core/ |
The field manager. |
| EntityResource::$fieldResolver | property | core/ |
The JSON:API field resolver. |
Pagination
- Previous page
- Page 521
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.