Search for serialize
- Search 7.x for serialize
- Search 8.9.x for serialize
- Search 10.3.x for serialize
- Search 11.x for serialize
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
serializer.normalizer.traversable_object.jsonapi_test_data_type | service | core/ |
Drupal\jsonapi_test_data_type\Normalizer\TraversableObjectNormalizer |
serializer.normalizer.typed_data | service | core/ |
Drupal\serialization\Normalizer\TypedDataNormalizer |
serializer.normalizer.unprocessable_entity_exception.jsonapi | service | core/ |
Drupal\jsonapi\Normalizer\UnprocessableHttpEntityExceptionNormalizer |
Serializer.php | file | core/ |
|
Serializer.php | file | core/ |
|
Serializer::$fallbackNormalizer | property | core/ |
A normalizer to fall back on when JSON:API cannot normalize an object. |
Serializer::$formatProviders | property | core/ |
The serialization format providers, keyed by format. |
Serializer::$formats | property | core/ |
The available serialization formats. |
Serializer::$serializer | property | core/ |
The serializer which serializes the views result. |
Serializer::$usesGrouping | property | core/ |
Does the style plugin support grouping of rows. |
Serializer::$usesRowPlugin | property | core/ |
Whether or not this style uses a row plugin. |
Serializer::buildOptionsForm | function | core/ |
Provide a form to edit options for this plugin. |
Serializer::calculateDependencies | function | core/ |
Calculates dependencies for the configured plugin. |
Serializer::create | function | core/ |
Creates an instance of the plugin. |
Serializer::defineOptions | function | core/ |
Information about options for all kinds of purposes will be held here. |
Serializer::denormalize | function | core/ |
|
Serializer::getCacheContexts | function | core/ |
The cache contexts associated with this object. |
Serializer::getCacheMaxAge | function | core/ |
The maximum age for which this object may be cached. |
Serializer::getCacheTags | function | core/ |
The cache tags associated with this object. |
Serializer::getFormatOptions | function | core/ |
Returns an array of format options. |
Serializer::getFormats | function | core/ |
Gets a list of all available formats that can be requested. |
Serializer::normalize | function | core/ |
|
Serializer::render | function | core/ |
Render the display in this style. |
Serializer::selfSupportsDenormalization | function | core/ |
Checks whether this class alone supports denormalization. |
Serializer::selfSupportsNormalization | function | core/ |
Checks whether this class alone supports normalization. |
Serializer::setFallbackNormalizer | function | core/ |
Adds a secondary normalizer. |
Serializer::submitOptionsForm | function | core/ |
Handle any special handling on the validate form. |
Serializer::supportsDenormalization | function | core/ |
|
Serializer::supportsNormalization | function | core/ |
|
Serializer::__construct | function | core/ |
|
Serializer::__construct | function | core/ |
Constructs a Plugin object. |
SerializerTest | class | core/ |
Tests the JSON:API serializer. |
SerializerTest | class | core/ |
@coversDefaultClass \Drupal\rest\Plugin\views\style\Serializer @group rest |
SerializerTest.php | file | core/ |
|
SerializerTest.php | file | core/ |
|
SerializerTest::$displayHandler | property | core/ |
The RestExport display handler. |
SerializerTest::$modules | property | core/ |
Modules to enable. |
SerializerTest::$node | property | core/ |
An entity for testing. |
SerializerTest::$resourceType | property | core/ |
A resource type for testing. |
SerializerTest::$sut | property | core/ |
The subject under test. |
SerializerTest::$user | property | core/ |
A user. |
SerializerTest::$view | property | core/ |
The View instance. |
SerializerTest::setUp | function | core/ |
|
SerializerTest::setUp | function | core/ |
|
SerializerTest::testFallbackNormalizer | function | core/ |
@covers \Drupal\jsonapi\Serializer\Serializer::normalize |
SerializerTest::testSerializerReceivesOptions | function | core/ |
Tests that the symfony serializer receives style plugin from the render() method. |
SettingsTest::testSerialize | function | core/ |
Ensures settings cannot be serialized. |
StringSerializationTest::testSerializeString | function | core/ |
Tests that strings are not put into the container class mapping. |
StyleSerializerKernelTest | class | core/ |
@coversDefaultClass \Drupal\rest\Plugin\views\style\Serializer @group views |
StyleSerializerKernelTest | class | core/ |
@coversDefaultClass \Drupal\rest\Plugin\views\style\Serializer @group hal @group legacy |
Pagination
- Previous page
- Page 4
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.