Search for __get
- Search 7.x for __get
- Search 9.5.x for __get
- Search 8.9.x for __get
- Search 10.3.x for __get
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| ResourceResponseValidator::getSubscribedEvents | function | core/ |
|
| ResourceResponseValidator::getSubscribedEvents | function | core/ |
|
| ResourceRoutes::getRoutesForResourceConfig | function | core/ |
Provides all routes for a given REST resource config. |
| ResourceRoutes::getSubscribedEvents | function | core/ |
|
| ResourceTestBase::decorateResourceIdentifierWithDrupalInternalTargetId | function | core/ |
Adds drupal_internal__target_id to the meta of a resource identifier. |
| ResourceTestBase::doTestRelationshipGet | function | core/ |
Performs one round of relationship route testing. |
| ResourceTestBase::getAuthenticationRequestOptions | function | core/ |
Returns Guzzle request options for authentication. |
| ResourceTestBase::getAuthenticationRequestOptions | function | core/ |
Returns Guzzle request options for authentication. |
| ResourceTestBase::getData | function | core/ |
Sets up a collection of entities of the same type for testing. |
| ResourceTestBase::getEditorialPermissions | function | core/ |
Gets an array of permissions required to view and update any tested entity. |
| ResourceTestBase::getEntityDuplicate | function | core/ |
|
| ResourceTestBase::getExpectedCacheContexts | function | core/ |
The expected cache contexts for the GET/HEAD response of the test entity. |
| ResourceTestBase::getExpectedCacheTags | function | core/ |
The expected cache tags for the GET/HEAD response of the test entity. |
| ResourceTestBase::getExpectedCollectionCacheability | function | core/ |
Computes the cacheability for a given entity collection. |
| ResourceTestBase::getExpectedCollectionResponse | function | core/ |
Returns a JSON:API collection document for the expected entities. |
| ResourceTestBase::getExpectedDocument | function | core/ |
Returns the expected JSON:API document for the entity. |
| ResourceTestBase::getExpectedGetIndividualResourceResponse | function | core/ |
Gets the expected individual ResourceResponse for GET. |
| ResourceTestBase::getExpectedGetRelationshipDocument | function | core/ |
Gets an expected document for the given relationship. |
| ResourceTestBase::getExpectedGetRelationshipDocumentData | function | core/ |
Gets the expected document data for the given relationship. |
| ResourceTestBase::getExpectedGetRelationshipResponse | function | core/ |
Gets an expected ResourceResponse for the given relationship. |
| ResourceTestBase::getExpectedRelatedResponse | function | core/ |
Builds an expected related ResourceResponse for the given field. |
| ResourceTestBase::getExpectedRelatedResponses | function | core/ |
Builds an array of expected related ResourceResponses, keyed by field name. |
| ResourceTestBase::getExpectedUnauthorizedAccessCacheability | function | core/ |
Returns the expected cacheability for an unauthorized response. |
| ResourceTestBase::getExpectedUnauthorizedAccessCacheability | function | core/ |
Returns the expected cacheability of an unauthorized access response. |
| ResourceTestBase::getExpectedUnauthorizedAccessMessage | function | core/ |
Return the expected error message. |
| ResourceTestBase::getExpectedUnauthorizedAccessMessage | function | core/ |
Return the expected error message. |
| ResourceTestBase::getExtraRevisionCacheTags | function | core/ |
The expected cache tags when checking revision responses. |
| ResourceTestBase::getIncludePermissions | function | core/ |
Authorize the user under test with additional permissions to view includes. |
| ResourceTestBase::getModifiedEntityForPatchTesting | function | core/ |
Clones the given entity and modifies all PATCH-protected fields. |
| ResourceTestBase::getModifiedEntityForPostTesting | function | core/ |
Gets the normalized POST entity with random values for its unique fields. |
| ResourceTestBase::getNestedIncludePaths | function | core/ |
Gets an array of all nested include paths to be tested. |
| ResourceTestBase::getPatchDocument | function | core/ |
Returns the JSON:API PATCH document. |
| ResourceTestBase::getPostDocument | function | core/ |
Returns the JSON:API POST document. |
| ResourceTestBase::getRelationshipFieldNames | function | core/ |
Gets a list of public relationship names for the resource type under test. |
| ResourceTestBase::getSparseFieldSets | function | core/ |
Returns an array of sparse fields sets to test. |
| ResourceTestBase::testGetIndividual | function | core/ |
Tests GETting an individual resource, plus edge cases to ensure good DX. |
| ResourceType::$deserializationTargetClass | property | core/ |
The class to which a payload converts to. |
| ResourceType::getBundle | function | core/ |
Gets the bundle. |
| ResourceType::getDeserializationTargetClass | function | core/ |
Gets the deserialization target class. |
| ResourceType::getEntityTypeId | function | core/ |
Gets the entity type ID. |
| ResourceType::getFieldByInternalName | function | core/ |
Gets a particular attribute or relationship field by internal field name. |
| ResourceType::getFieldByPublicName | function | core/ |
Gets a particular attribute or relationship field by public field name. |
| ResourceType::getFields | function | core/ |
Gets the attribute and relationship fields of this resource type. |
| ResourceType::getInternalName | function | core/ |
Translates the public field name to the entity field name. |
| ResourceType::getPath | function | core/ |
Get the resource path. |
| ResourceType::getPublicName | function | core/ |
Translates the entity field name to the public field name. |
| ResourceType::getRelatableResourceTypes | function | core/ |
Get all resource types with which this type may have a relationship. |
| ResourceType::getRelatableResourceTypesByField | function | core/ |
Get all resource types with which the given field may have a relationship. |
| ResourceType::getTypeName | function | core/ |
Gets the type name. |
| ResourceTypeBuildEvent::getFields | function | core/ |
Gets the current fields of the resource type to be built. |
Pagination
- Previous page
- Page 179
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.