Search for object
- Search 7.x for object
- Search 8.9.x for object
- Search 10.3.x for object
- Search 11.x for object
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| ResourceObjectNormalizationCacher::mergeCacheableDependencies | function | core/ |
Determines the joint cacheability of all provided dependencies. |
| ResourceObjectNormalizationCacher::onTerminate | function | core/ |
Writes normalizations of entities to cache, if any were created. |
| ResourceObjectNormalizationCacher::RESOURCE_CACHE_SUBSET_BASE | constant | core/ |
Key for the base subset. |
| ResourceObjectNormalizationCacher::RESOURCE_CACHE_SUBSET_FIELDS | constant | core/ |
Key for the fields subset. |
| ResourceObjectNormalizationCacher::saveOnTerminate | function | core/ |
Adds a normalization to be cached after the response has been sent. |
| ResourceObjectNormalizationCacher::set | function | core/ |
Writes a normalization to cache. |
| ResourceObjectNormalizationCacher::setRenderCache | function | core/ |
Sets the render cache service. |
| ResourceObjectNormalizer | class | core/ |
Converts the JSON:API module ResourceObject into a JSON:API array structure. |
| ResourceObjectNormalizer.php | file | core/ |
|
| ResourceObjectNormalizer::$cacher | property | core/ |
The entity normalization cacher. |
| ResourceObjectNormalizer::$supportedInterfaceOrClass | property | core/ |
The interface or class that this Normalizer supports. |
| ResourceObjectNormalizer::buildEmptyNormalization | function | core/ |
Builds the empty normalization structure for cache misses. |
| ResourceObjectNormalizer::getNormalization | function | core/ |
Normalizes an entity using the given fieldset. |
| ResourceObjectNormalizer::hasCacheableSupportsMethod | function | core/ |
|
| ResourceObjectNormalizer::normalize | function | core/ |
|
| ResourceObjectNormalizer::serializeField | function | core/ |
Serializes a given field. |
| ResourceObjectNormalizer::supportsDenormalization | function | core/ |
Implements \Symfony\Component\Serializer\Normalizer\DenormalizerInterface::supportsDenormalization() |
| ResourceObjectNormalizer::__construct | function | core/ |
Constructs a ResourceObjectNormalizer object. |
| ResourceObjectNormalizerCacherTest | class | core/ |
@coversDefaultClass \Drupal\jsonapi\EventSubscriber\ResourceObjectNormalizationCacher[[api-linebreak]] @group jsonapi |
| ResourceObjectNormalizerCacherTest.php | file | core/ |
|
| ResourceObjectNormalizerCacherTest::$cacher | property | core/ |
The object under test. |
| ResourceObjectNormalizerCacherTest::$modules | property | core/ |
Modules to enable. |
| ResourceObjectNormalizerCacherTest::$resourceTypeRepository | property | core/ |
The JSON:API resource type repository. |
| ResourceObjectNormalizerCacherTest::$serializer | property | core/ |
The JSON:API serializer. |
| ResourceObjectNormalizerCacherTest::setUp | function | core/ |
|
| ResourceObjectNormalizerCacherTest::testLinkNormalizationCacheability | function | core/ |
Tests that link normalization cache information is not lost. |
| ResourceResponseTestTrait::addOmittedObject | function | core/ |
Add the omitted object to the document or merges it if one already exists. |
| ResourceResponseTestTrait::errorsToOmittedObject | function | core/ |
Maps error objects into an omitted object. |
| ResourceResponseTestTrait::mergeOmittedObjects | function | core/ |
Merges the links of two omitted objects and returns a new omitted object. |
| RouteMatch::getRouteObject | function | core/ |
Returns the route object. |
| RouteMatchInterface::getRouteObject | function | core/ |
Returns the route object. |
| RouteMatchTestBase::testGetRouteObject | function | core/ |
@covers ::getRouteObject[[api-linebreak]] @dataProvider routeMatchProvider |
| RouteObjectInterface | interface | core/ |
Provides constants used for retrieving matched routes. |
| RouteObjectInterface.php | file | core/ |
|
| RouteObjectInterface::CONTROLLER_NAME | constant | core/ |
Key for the controller. |
| RouteObjectInterface::ROUTE_NAME | constant | core/ |
Key for the route name. |
| RouteObjectInterface::ROUTE_OBJECT | constant | core/ |
Key for the route object. |
| SchemaObjectDoesNotExistException | class | core/ |
Exception thrown if an object being modified doesn't exist yet. |
| SchemaObjectDoesNotExistException.php | file | core/ |
|
| SchemaObjectExistsException | class | core/ |
Exception thrown if an object being created already exists. |
| SchemaObjectExistsException.php | file | core/ |
|
| SelectComplexTest::testJoinConditionObject | function | core/ |
Tests that join conditions can use Condition objects. |
| serializer.normalizer.resource_object.jsonapi | service | core/ |
Drupal\jsonapi\Normalizer\ResourceObjectNormalizer |
| serializer.normalizer.traversable_object.jsonapi_test_data_type | service | core/ |
Drupal\jsonapi_test_data_type\Normalizer\TraversableObjectNormalizer |
| SessionTestController::getFromSessionObject | function | core/ |
Prints the stored session value to the screen. |
| SharedTempStoreTest::$otherObject | property | core/ |
A tempstore object not belonging to the owner. |
| SharedTempStoreTest::$ownObject | property | core/ |
A tempstore object belonging to the owner. |
| SharedTempStoreTest::testSetIfOwnerNoObject | function | core/ |
Tests the setIfOwner() method when a key already exists but no object. |
| StatementEmpty::fetchObject | function | core/ |
Fetches the next row and returns it as an object. |
| StatementInterface::fetchObject | function | core/ |
Fetches the next row and returns it as an object. |
Pagination
- Previous page
- Page 5
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.