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 |
|---|---|---|---|
| EntityResourceTestBase::createAnotherEntity | function | core/ |
Creates another entity to be tested. |
| EntityResourceTestBase::createEntity | function | core/ |
Creates the entity to be tested. |
| EntityResourceTestBase::getEntityResourcePostUrl | function | core/ |
Gets an entity resource's POST URL. |
| EntityResourceTestBase::getEntityResourceUrl | function | core/ |
Gets an entity resource's GET/PATCH/DELETE URL. |
| EntityResourceTestBase::getExpectedCacheContexts | function | core/ |
The expected cache contexts for the GET/HEAD response of the test entity. |
| EntityResourceTestBase::getExpectedCacheTags | function | core/ |
The expected cache tags for the GET/HEAD response of the test entity. |
| EntityResourceTestBase::getExpectedNormalizedEntity | function | core/ |
Returns the expected normalization of the entity. |
| EntityResourceTestBase::getExpectedUnauthorizedAccessCacheability | function | core/ |
Returns the expected cacheability of an unauthorized access response. |
| EntityResourceTestBase::getExpectedUnauthorizedAccessMessage | function | core/ |
Return the expected error message. |
| EntityResourceTestBase::getExpectedUnauthorizedEntityAccessCacheability | function | core/ |
The cacheability of unauthorized 'view' entity access. |
| EntityResourceTestBase::getModifiedEntityForPatchTesting | function | core/ |
Clones the given entity and modifies all PATCH-protected fields. |
| EntityResourceTestBase::getModifiedEntityForPostTesting | function | core/ |
Gets the normalized POST entity with random values for its unique fields. |
| EntityResourceTestBase::getNormalizedPatchEntity | function | core/ |
Returns the normalized PATCH entity. |
| EntityResourceTestBase::getNormalizedPostEntity | function | core/ |
Returns the normalized POST entity. |
| EntityResourceTestBase::makeNormalizationInvalid | function | core/ |
Makes the given entity normalization invalid. |
| EntityResourceTestBase::provisionEntityResource | function | core/ |
Provides an entity resource. |
| EntityResourceTestBase::setUp | function | core/ |
|
| EntityResourceTestBase::testDelete | function | core/ |
Tests a DELETE request for an entity, plus edge cases to ensure good DX. |
| EntityResourceTestBase::testGet | function | core/ |
Tests a GET request for an entity, plus edge cases to ensure good DX. |
| EntityResourceTestBase::testPatch | function | core/ |
Tests a PATCH request for an entity, plus edge cases to ensure good DX. |
| EntityResourceTestBase::testPost | function | core/ |
Tests a POST request for an entity, plus edge cases to ensure good DX. |
| EntityResourceValidationTrait | trait | core/ |
@internal @todo Consider making public in https://www.drupal.org/node/2300677 |
| EntityResourceValidationTrait.php | file | core/ |
|
| EntityResourceValidationTrait::validate | function | core/ |
Verifies that an entity does not violate any validation constraints. |
| EntityResourceValidationTraitTest | class | core/ |
@group rest @coversDefaultClass \Drupal\rest\Plugin\rest\resource\EntityResourceValidationTrait[[api-linebreak]] |
| EntityResourceValidationTraitTest.php | file | core/ |
|
| EntityResourceValidationTraitTest::testFailedValidate | function | core/ |
@covers ::validate[[api-linebreak]] |
| EntityResourceValidationTraitTest::testValidate | function | core/ |
@covers ::validate[[api-linebreak]] |
| EntityResourceValidationTraitTestClass | class | core/ |
A test class to use to test EntityResourceValidationTrait. |
| EntityReverse | class | core/ |
A relationship handlers which reverse entity references. |
| EntityReverse.php | file | core/ |
|
| EntityReverse::$first_alias | property | core/ |
The alias for the left table. |
| EntityReverse::$joinManager | property | core/ |
The views plugin join manager. |
| EntityReverse::create | function | core/ |
Creates an instance of the plugin. |
| EntityReverse::query | function | core/ |
Called to implement a relationship in a query. |
| EntityReverse::__construct | function | core/ |
Constructs an EntityReverse object. |
| EntityRevision | class | core/ |
Provides entity revision destination plugin. |
| EntityRevision | class | core/ |
Mock that exposes from internal methods for testing. |
| EntityRevision.php | file | core/ |
|
| EntityRevision::getEntity | function | core/ |
Gets the entity. |
| EntityRevision::getEntity | function | core/ |
Allow public access for testing. |
| EntityRevision::getHighestId | function | core/ |
Returns the highest ID tracked by the implementing plugin. |
| EntityRevision::getIds | function | core/ |
Gets the destination IDs. |
| EntityRevision::save | function | core/ |
Saves the entity. |
| EntityRevision::save | function | core/ |
Allow public access for testing. |
| EntityRevision::updateEntity | function | core/ |
Don't test method from base class. |
| EntityRevision::__construct | function | core/ |
Constructs a content entity. |
| EntityRevisionParamConverter | class | core/ |
Parameter converter for upcasting entity revision IDs to full objects. |
| EntityRevisionParamConverter.php | file | core/ |
|
| EntityRevisionParamConverter::$entityRepository | property | core/ |
The entity repository. |
Pagination
- Previous page
- Page 524
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.