Search for serialize
- Search 7.x for serialize
- Search 9.5.x for serialize
- Search 8.9.x for serialize
- Search 10.3.x for serialize
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
Serializer::buildOptionsForm | function | core/ |
|
Serializer::calculateDependencies | function | core/ |
|
Serializer::create | function | core/ |
|
Serializer::defineOptions | function | core/ |
|
Serializer::denormalize | function | core/ |
|
Serializer::getCacheContexts | function | core/ |
|
Serializer::getCacheMaxAge | function | core/ |
|
Serializer::getCacheTags | function | core/ |
|
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/ |
|
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/ |
|
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/ |
|
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. |
StyleSerializerEntityTest | class | core/ |
Tests the serializer style plugin. |
StyleSerializerEntityTest.php | file | core/ |
|
StyleSerializerEntityTest::$adminUser | property | core/ |
A user with administrative privileges to look at test entity and configure views. |
StyleSerializerEntityTest::$defaultTheme | property | core/ |
|
StyleSerializerEntityTest::$modules | property | core/ |
|
StyleSerializerEntityTest::$renderer | property | core/ |
The renderer. |
StyleSerializerEntityTest::$testViews | property | core/ |
Views used by this test. |
StyleSerializerEntityTest::addRequestWithFormat | function | core/ |
Sets up a request on the request stack with a specified format. |
StyleSerializerEntityTest::setUp | function | core/ |
|
StyleSerializerEntityTest::testFieldRawOutput | function | core/ |
Tests the raw output options for row field rendering. |
StyleSerializerEntityTest::testLivePreview | function | core/ |
Tests the live preview output for json output. |
StyleSerializerEntityTest::testResponseFormatConfiguration | function | core/ |
Tests the response format configuration. |
StyleSerializerEntityTest::testRestRenderCaching | function | core/ |
Tests REST export with views render caching enabled. |
StyleSerializerEntityTest::testSerializerResponses | function | core/ |
Checks the behavior of the Serializer callback paths and row plugins. |
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.