Search for all
| Title | Object type | File name | Summary |
|---|---|---|---|
| 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. |
| EntityResolverTest | class | core/ |
Tests that entities references can be resolved. |
| EntityResolverTest.php | file | core/ |
|
| EntityResolverTest::$format | property | core/ |
The format being tested. |
| EntityResolverTest::$modules | property | core/ |
Modules to enable. |
| EntityResolverTest::setUp | function | core/ |
|
| EntityResolverTest::testUuidEntityResolver | function | core/ |
Test that fields referencing UUIDs can be denormalized. |
| 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. |
| EntityResource::$includeResolver | property | core/ |
The include resolver. |
| EntityResource::$linkRelationTypeManager | property | core/ |
The link relation type manager used to create HTTP header links. |
| EntityResource::$renderer | property | core/ |
The renderer. |
| EntityResource::$resourceTypeRepository | property | core/ |
The resource type repository. |
| EntityResource::$serializer | property | core/ |
The JSON:API serializer. |
| EntityResource::$time | property | core/ |
The time service. |
| EntityResource::$user | property | core/ |
The current user account. |
| 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/ |
Creates an instance of the plugin. |
| 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. |
| EntityResource::get | function | core/ |
Responds to entity GET requests. |
| EntityResource::getBaseRoute | function | core/ |
Gets the base route for a particular method. |
| EntityResource::getCollection | function | core/ |
Gets the collection of entities. |
| EntityResource::getCollectionCountQuery | function | core/ |
Gets a basic query for a collection count. |
| EntityResource::getCollectionQuery | function | core/ |
Gets a basic query for a collection. |
Pagination
- Previous page
- Page 498
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.