Search for serializer

  1. Search 7.x for serializer
  2. Search 9.5.x for serializer
  3. Search 10.3.x for serializer
  4. Search 11.x for serializer
  5. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Serializer class core/modules/jsonapi/src/Serializer/Serializer.php Overrides the Symfony serializer to cordon off our incompatible normalizers.
serializer service core/modules/serialization/serialization.services.yml Symfony\Component\Serializer\Serializer
Serializer class core/modules/rest/src/Plugin/views/style/Serializer.php The style plugin for serialized output formats.

All search results

Title Object type File name Summary
Serializer::supportsDenormalization function core/modules/jsonapi/src/Serializer/Serializer.php
Serializer::supportsNormalization function core/modules/jsonapi/src/Serializer/Serializer.php
Serializer::__construct function core/modules/jsonapi/src/Serializer/Serializer.php
Serializer::__construct function core/modules/rest/src/Plugin/views/style/Serializer.php Constructs a Plugin object.
SerializerTest class core/modules/jsonapi/tests/src/Kernel/Serializer/SerializerTest.php Tests the JSON:API serializer.
SerializerTest class core/modules/rest/tests/src/Unit/Plugin/views/style/SerializerTest.php @coversDefaultClass \Drupal\rest\Plugin\views\style\Serializer[[api-linebreak]]
@group rest
SerializerTest.php file core/modules/jsonapi/tests/src/Kernel/Serializer/SerializerTest.php
SerializerTest.php file core/modules/rest/tests/src/Unit/Plugin/views/style/SerializerTest.php
SerializerTest::$displayHandler property core/modules/rest/tests/src/Unit/Plugin/views/style/SerializerTest.php The RestExport display handler.
SerializerTest::$modules property core/modules/jsonapi/tests/src/Kernel/Serializer/SerializerTest.php
SerializerTest::$node property core/modules/jsonapi/tests/src/Kernel/Serializer/SerializerTest.php An entity for testing.
SerializerTest::$resourceType property core/modules/jsonapi/tests/src/Kernel/Serializer/SerializerTest.php A resource type for testing.
SerializerTest::$sut property core/modules/jsonapi/tests/src/Kernel/Serializer/SerializerTest.php The subject under test.
SerializerTest::$view property core/modules/rest/tests/src/Unit/Plugin/views/style/SerializerTest.php The View instance.
SerializerTest::setUp function core/modules/jsonapi/tests/src/Kernel/Serializer/SerializerTest.php
SerializerTest::setUp function core/modules/rest/tests/src/Unit/Plugin/views/style/SerializerTest.php
SerializerTest::testFallbackNormalizer function core/modules/jsonapi/tests/src/Kernel/Serializer/SerializerTest.php @covers \Drupal\jsonapi\Serializer\Serializer::normalize[[api-linebreak]]
SerializerTest::testSerializerReceivesOptions function core/modules/rest/tests/src/Unit/Plugin/views/style/SerializerTest.php Tests that the symfony serializer receives style plugin from the render() method.
StyleSerializerKernelTest class core/modules/rest/tests/src/Kernel/Views/StyleSerializerKernelTest.php @coversDefaultClass \Drupal\rest\Plugin\views\style\Serializer[[api-linebreak]]
@group views
StyleSerializerKernelTest.php file core/modules/rest/tests/src/Kernel/Views/StyleSerializerKernelTest.php
StyleSerializerKernelTest::$modules property core/modules/rest/tests/src/Kernel/Views/StyleSerializerKernelTest.php
StyleSerializerKernelTest::$testViews property core/modules/rest/tests/src/Kernel/Views/StyleSerializerKernelTest.php
StyleSerializerKernelTest::setUp function core/modules/rest/tests/src/Kernel/Views/StyleSerializerKernelTest.php
StyleSerializerKernelTest::testCalculateDepenencies function core/modules/rest/tests/src/Kernel/Views/StyleSerializerKernelTest.php @covers ::calculateDependencies[[api-linebreak]]
StyleSerializerTest class core/modules/rest/tests/src/Functional/Views/StyleSerializerTest.php Tests the serializer style plugin.
StyleSerializerTest.php file core/modules/rest/tests/src/Functional/Views/StyleSerializerTest.php
StyleSerializerTest::$adminUser property core/modules/rest/tests/src/Functional/Views/StyleSerializerTest.php A user with administrative privileges to look at test entity and configure views.
StyleSerializerTest::$defaultTheme property core/modules/rest/tests/src/Functional/Views/StyleSerializerTest.php
StyleSerializerTest::$modules property core/modules/rest/tests/src/Functional/Views/StyleSerializerTest.php Modules to install.
StyleSerializerTest::$renderer property core/modules/rest/tests/src/Functional/Views/StyleSerializerTest.php The renderer.
StyleSerializerTest::$testViews property core/modules/rest/tests/src/Functional/Views/StyleSerializerTest.php Views used by this test.
StyleSerializerTest::addRequestWithFormat function core/modules/rest/tests/src/Functional/Views/StyleSerializerTest.php Sets up a request on the request stack with a specified format.
StyleSerializerTest::setUp function core/modules/rest/tests/src/Functional/Views/StyleSerializerTest.php
StyleSerializerTest::testFieldapiField function core/modules/rest/tests/src/Functional/Views/StyleSerializerTest.php Tests the field row style using fieldapi fields.
StyleSerializerTest::testFieldRawOutput function core/modules/rest/tests/src/Functional/Views/StyleSerializerTest.php Tests the raw output options for row field rendering.
StyleSerializerTest::testGroupRows function core/modules/rest/tests/src/Functional/Views/StyleSerializerTest.php Tests the "Grouped rows" functionality.
StyleSerializerTest::testLivePreview function core/modules/rest/tests/src/Functional/Views/StyleSerializerTest.php Tests the live preview output for json output.
StyleSerializerTest::testMulEntityRows function core/modules/rest/tests/src/Functional/Views/StyleSerializerTest.php Test multilingual entity rows.
StyleSerializerTest::testResponseFormatConfiguration function core/modules/rest/tests/src/Functional/Views/StyleSerializerTest.php Tests the response format configuration.
StyleSerializerTest::testRestRenderCaching function core/modules/rest/tests/src/Functional/Views/StyleSerializerTest.php Tests REST export with views render caching enabled.
StyleSerializerTest::testRestViewExposedFilter function core/modules/rest/tests/src/Functional/Views/StyleSerializerTest.php Tests the exposed filter works.
StyleSerializerTest::testRestViewsAuthentication function core/modules/rest/tests/src/Functional/Views/StyleSerializerTest.php Checks that the auth options restricts access to a REST views display.
StyleSerializerTest::testSerializerResponses function core/modules/rest/tests/src/Functional/Views/StyleSerializerTest.php Checks the behavior of the Serializer callback paths and row plugins.
StyleSerializerTest::testSerializerViewsUI function core/modules/rest/tests/src/Functional/Views/StyleSerializerTest.php Tests the views interface for REST export displays.
StyleSerializerTest::testSharedPagePath function core/modules/rest/tests/src/Functional/Views/StyleSerializerTest.php Verifies REST export views work on the same path as a page display.
StyleSerializerTest::testSiteMaintenance function core/modules/rest/tests/src/Functional/Views/StyleSerializerTest.php Verifies site maintenance mode functionality.
StyleSerializerTest::testUIFieldAlias function core/modules/rest/tests/src/Functional/Views/StyleSerializerTest.php Test the field ID alias functionality of the DataFieldRow plugin.
UserAuthenticationController::$serializer property core/modules/user/src/Controller/UserAuthenticationController.php The serializer.
UserAuthenticationController::$serializerFormats property core/modules/user/src/Controller/UserAuthenticationController.php The available serialization formats.
UserLoginHttpTest::$serializer property core/modules/user/tests/src/Functional/UserLoginHttpTest.php The serializer.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.