Search for %s
- Search 7.x for %s
- Search 9.5.x for %s
- Search 8.9.x for %s
- Search 10.3.x for %s
- Search 11.x for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| EntityResolverManagerTest::$container | property | core/ |
The mocked dependency injection container. |
| EntityResolverManagerTest::$entityResolverManager | property | core/ |
The tested entity resolver manager. |
| EntityResolverManagerTest::$entityTypeManager | property | core/ |
The 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::providerTestSetRouteOptionsWithUnionEntityType | function | core/ |
Data provider for testSetRouteOptionsWithUnionEntityType. |
| EntityResolverManagerTest::setUp | function | core/ |
@legacy-covers ::__construct |
| 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. |
| EntityResolverManagerTest::testSetRouteOptionsWithUnionEntityType | function | core/ |
Tests setRouteOptions() with an entity union type. |
| 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::$entityType | property | core/ |
The entity type targeted by this resource. |
| EntityResource::$linkRelationTypeManager | property | core/ |
The link relation type manager used to create HTTP header links. |
| EntityResource::addLinkHeaders | function | core/ |
Adds link headers to a response. |
| EntityResource::addToRelationshipData | function | core/ |
Adds a relationship to a to-many relationship. |
| EntityResource::availableMethods | function | core/ |
Returns the available HTTP request methods on this plugin. |
| EntityResource::buildWrappedResponse | function | core/ |
Builds a response with the appropriate wrapped document. |
| EntityResource::calculateDependencies | function | core/ |
Calculates dependencies for the configured plugin. |
| EntityResource::checkPatchFieldAccess | function | core/ |
Checks whether the given field should be PATCHed. |
| EntityResource::checkPatchFieldAccess | function | core/ |
Checks whether the given field should be PATCHed. |
| EntityResource::create | function | core/ |
Instantiates a new instance of the implementing class using autowiring. |
| EntityResource::createIndividual | function | core/ |
Creates an individual entity. |
| EntityResource::delete | function | core/ |
Responds to entity DELETE requests. |
| EntityResource::deleteIndividual | function | core/ |
Deletes an individual entity. |
| EntityResource::deserialize | function | core/ |
Deserializes a request body, if any. |
| EntityResource::doPatchIndividualRelationship | function | core/ |
Update a to-one relationship. |
| EntityResource::doPatchMultipleRelationship | function | core/ |
Update a to-many relationship. |
| EntityResource::entityExists | function | core/ |
Checks if the given entity exists. |
| EntityResource::executeQueryInRenderContext | function | core/ |
Executes the query in a render context, to catch bubbled cacheability. |
| EntityResource::generateFallbackAccessDeniedMessage | function | core/ |
Generates a fallback access denied message, when no specific reason is set. |
Pagination
- Previous page
- Page 456
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.