Search for source
- Search 7.x for source
- Search 9.5.x for source
- Search 10.3.x for source
- Search 11.x for source
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
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. |
EntityResource::getEntityFromResourceIdentifier | function | core/ |
Loads the entity targeted by a resource identifier. |
EntityResource::getIncludes | function | core/ |
Gets includes for the given response data. |
EntityResource::getIndividual | function | core/ |
Gets the individual entity. |
EntityResource::getJsonApiParams | function | core/ |
Extracts JSON:API query parameters from the request. |
EntityResource::getPagerLinks | function | core/ |
Get the pager links for a given request object. |
EntityResource::getPagerQueries | function | core/ |
Get the query param array. |
EntityResource::getRelated | function | core/ |
Gets the related resource. |
EntityResource::getRelationship | function | core/ |
Gets the relationship of an entity. |
EntityResource::getRequestLink | function | core/ |
Get the full URL for a given request object. |
EntityResource::isConfigEntityResource | function | core/ |
Checks if this resource is for a Config Entity. |
EntityResource::loadEntitiesWithAccess | function | core/ |
Build a collection of the entities to respond with and access objects. |
EntityResource::patch | function | core/ |
Responds to entity PATCH requests. |
EntityResource::patchIndividual | function | core/ |
Patches an individual entity. |
EntityResource::permissions | function | core/ |
Implements ResourceInterface::permissions(). |
EntityResource::post | function | core/ |
Responds to entity POST requests and saves the new entity. |
EntityResource::relationshipResponseRequiresBody | function | core/ |
Determines if the client needs to be updated with new relationship data. |
EntityResource::removeFromRelationshipData | function | core/ |
Deletes the relationship of an entity. |
EntityResource::replaceRelationshipData | function | core/ |
Updates the relationship of an entity. |
EntityResource::respondWithCollection | function | core/ |
Respond with an entity collection. |
EntityResource::updateEntityField | function | core/ |
Takes a field from the origin entity and puts it to the destination entity. |
EntityResource::__construct | function | core/ |
Instantiates a EntityResource object. |
EntityResource::__construct | function | core/ |
Constructs a Drupal\rest\Plugin\rest\resource\EntityResource object. |
EntityResourceAccessTrait | trait | core/ |
@internal @todo Consider making public in https://www.drupal.org/node/2300677 |
EntityResourceAccessTrait.php | file | core/ |
|
EntityResourceAccessTrait::checkEditFieldAccess | function | core/ |
Performs edit access checks for fields. |
EntityResourcePermissionsUpdateTest | class | core/ |
Tests that existing sites continue to use permissions for EntityResource. |
EntityResourcePermissionsUpdateTest.php | file | core/ |
|
EntityResourcePermissionsUpdateTest::$modules | property | core/ |
Modules to enable after the database is loaded. |
EntityResourcePermissionsUpdateTest::setDatabaseDumpFiles | function | core/ |
Set database dump files to be used. |
EntityResourcePermissionsUpdateTest::testBcEntityResourcePermissionSettingAdded | function | core/ |
Tests rest_update_8203(). |
EntityResourcePostRouteSubscriber | class | core/ |
Generates a 'create' route for an entity type if it has a REST POST route. |
EntityResourcePostRouteSubscriber.php | file | core/ |
|
EntityResourcePostRouteSubscriber::$resourceConfigStorage | property | core/ |
The REST resource config storage. |
EntityResourcePostRouteSubscriber::getSubscribedEvents | function | core/ |
|
EntityResourcePostRouteSubscriber::onDynamicRouteEvent | function | core/ |
Provides routes on route rebuild time. |
EntityResourcePostRouteSubscriber::__construct | function | core/ |
Constructs a new EntityResourcePostRouteSubscriber instance. |
EntityResourceRestTestCoverageTest | class | core/ |
Checks that all core content/config entity types have REST test coverage. |
EntityResourceRestTestCoverageTest.php | file | core/ |
|
EntityResourceRestTestCoverageTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
EntityResourceRestTestCoverageTest::$definitions | property | core/ |
Entity definitions array. |
EntityResourceRestTestCoverageTest::getLlamaMessage | function | core/ |
Message from Llama. |
EntityResourceRestTestCoverageTest::setUp | function | core/ |
|
EntityResourceRestTestCoverageTest::testEntityTypeRestTestCoverage | function | core/ |
Tests that all core content/config entity types have REST test coverage. |
EntityResourceTest | class | core/ |
@coversDefaultClass \Drupal\jsonapi\Controller\EntityResource @group jsonapi |
Pagination
- Previous page
- Page 9
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.