You are here

21 string references to serializer in Zircon Profile 8.0

CollectRoutesTest::setUp in core/modules/rest/tests/src/Unit/CollectRoutesTest.php
CreateTest::setUp in core/modules/rest/src/Tests/CreateTest.php
Sets up a Drupal site for running functional and integration tests.
CsrfTest::setUp in core/modules/rest/src/Tests/CsrfTest.php
Sets up a Drupal site for running functional and integration tests.
EntitySerializationTest::setUp in core/modules/serialization/src/Tests/EntitySerializationTest.php
FileDenormalizeTest::testFileDenormalize in core/modules/hal/src/Tests/FileDenormalizeTest.php
Tests file entity denormalization.
RegisterSerializationClassesCompilerPass::process in core/modules/serialization/src/RegisterSerializationClassesCompilerPass.php
Adds services to the Serializer.
RequestHandler::handle in core/modules/rest/src/RequestHandler.php
Handles a web API request.
RestExport::defineOptions in core/modules/rest/src/Plugin/views/display/RestExport.php
Overrides \Drupal\views\Plugin\views\display\DisplayPluginBase:defineOptions().
SerializationTest::setUp in core/modules/serialization/src/Tests/SerializationTest.php
Performs setup tasks before each individual test method is run.
Serializer::create in core/modules/rest/src/Plugin/views/style/Serializer.php
Creates an instance of the plugin.
StyleSerializerTest::testGroupRows in core/modules/rest/src/Tests/Views/StyleSerializerTest.php
Tests the "Grouped rows" functionality.
StyleSerializerTest::testLivePreview in core/modules/rest/src/Tests/Views/StyleSerializerTest.php
Tests the live preview output for json output.
StyleSerializerTest::testSerializerResponses in core/modules/rest/src/Tests/Views/StyleSerializerTest.php
Checks the behavior of the Serializer callback paths and row plugins.
UpdateTest::testPatchUpdate in core/modules/rest/src/Tests/UpdateTest.php
Tests several valid and invalid partial update requests on test entities.
UpdateTest::testUpdateUser in core/modules/rest/src/Tests/UpdateTest.php
Tests several valid and invalid update requests for the 'user' entity type.
views.view.test_comment_rest.yml in core/modules/comment/tests/modules/comment_test_views/test_views/views.view.test_comment_rest.yml
core/modules/comment/tests/modules/comment_test_views/test_views/views.view.test_comment_rest.yml
views.view.test_serializer_display_entity.yml in core/modules/rest/tests/modules/rest_test_views/test_views/views.view.test_serializer_display_entity.yml
core/modules/rest/tests/modules/rest_test_views/test_views/views.view.test_serializer_display_entity.yml
views.view.test_serializer_display_field.yml in core/modules/rest/tests/modules/rest_test_views/test_views/views.view.test_serializer_display_field.yml
core/modules/rest/tests/modules/rest_test_views/test_views/views.view.test_serializer_display_field.yml
views.view.test_serializer_node_display_field.yml in core/modules/rest/tests/modules/rest_test_views/test_views/views.view.test_serializer_node_display_field.yml
core/modules/rest/tests/modules/rest_test_views/test_views/views.view.test_serializer_node_display_field.yml
views.view.test_serializer_node_exposed_filter.yml in core/modules/rest/tests/modules/rest_test_views/test_views/views.view.test_serializer_node_exposed_filter.yml
core/modules/rest/tests/modules/rest_test_views/test_views/views.view.test_serializer_node_exposed_filter.yml
WizardPluginBase::restExportDisplayOptions in core/modules/views/src/Plugin/views/wizard/WizardPluginBase.php
Retrieves the REST export display options from the submitted form values.