Search for serialize

  1. Search 7.x for serialize
  2. Search 9.5.x for serialize
  3. Search 8.9.x for serialize
  4. Search 10.3.x for serialize
  5. Other projects
Title Object type File name Summary
SerializeResponseTest::testSerialize function core/modules/big_pipe/tests/src/Kernel/SerializeResponseTest.php Tests that big_pipe responses can be serialized.
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 Tests Drupal\rest\Plugin\views\style\Serializer.
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 Modules to install.
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::$user property core/modules/jsonapi/tests/src/Kernel/Serializer/SerializerTest.php A user.
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 Tests fallback normalizer.
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.
SettingsTest::testSerialize function core/tests/Drupal/Tests/Core/Site/SettingsTest.php Ensures settings cannot be serialized.
SqlContentEntityStorage::handleNullableFieldUnserialize function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php Handles NULL values before passing data to unserialize().
StyleSerializerEntityTest class core/modules/rest/tests/src/Functional/Views/StyleSerializerEntityTest.php Tests the serializer style plugin.
StyleSerializerEntityTest.php file core/modules/rest/tests/src/Functional/Views/StyleSerializerEntityTest.php
StyleSerializerEntityTest::$adminUser property core/modules/rest/tests/src/Functional/Views/StyleSerializerEntityTest.php A user with permissions to look at test entity and configure views.
StyleSerializerEntityTest::$defaultTheme property core/modules/rest/tests/src/Functional/Views/StyleSerializerEntityTest.php The theme to install as the default for testing.
StyleSerializerEntityTest::$modules property core/modules/rest/tests/src/Functional/Views/StyleSerializerEntityTest.php Modules to install.
StyleSerializerEntityTest::$renderer property core/modules/rest/tests/src/Functional/Views/StyleSerializerEntityTest.php The renderer.
StyleSerializerEntityTest::$testViews property core/modules/rest/tests/src/Functional/Views/StyleSerializerEntityTest.php Views used by this test.
StyleSerializerEntityTest::addRequestWithFormat function core/modules/rest/tests/src/Functional/Views/StyleSerializerEntityTest.php Sets up a request on the request stack with a specified format.
StyleSerializerEntityTest::setUp function core/modules/rest/tests/src/Functional/Views/StyleSerializerEntityTest.php Sets up the test.
StyleSerializerEntityTest::testFieldRawOutput function core/modules/rest/tests/src/Functional/Views/StyleSerializerEntityTest.php Tests the raw output options for row field rendering.
StyleSerializerEntityTest::testLivePreview function core/modules/rest/tests/src/Functional/Views/StyleSerializerEntityTest.php Tests the live preview output for json output.
StyleSerializerEntityTest::testResponseFormatConfiguration function core/modules/rest/tests/src/Functional/Views/StyleSerializerEntityTest.php Tests the response format configuration.
StyleSerializerEntityTest::testRestRenderCaching function core/modules/rest/tests/src/Functional/Views/StyleSerializerEntityTest.php Tests REST export with views render caching enabled.
StyleSerializerEntityTest::testSerializerResponses function core/modules/rest/tests/src/Functional/Views/StyleSerializerEntityTest.php Checks the behavior of the Serializer callback paths and row plugins.
StyleSerializerEntityTest::testSerializerViewsUI function core/modules/rest/tests/src/Functional/Views/StyleSerializerEntityTest.php Tests the views interface for REST export displays.
StyleSerializerEntityTest::testUIFieldAlias function core/modules/rest/tests/src/Functional/Views/StyleSerializerEntityTest.php Tests the field ID alias functionality of the DataFieldRow plugin.
StyleSerializerKernelTest class core/modules/rest/tests/src/Kernel/Views/StyleSerializerKernelTest.php Tests Drupal\rest\Plugin\views\style\Serializer.
StyleSerializerKernelTest.php file core/modules/rest/tests/src/Kernel/Views/StyleSerializerKernelTest.php
StyleSerializerKernelTest::$modules property core/modules/rest/tests/src/Kernel/Views/StyleSerializerKernelTest.php Modules to install.
StyleSerializerKernelTest::$testViews property core/modules/rest/tests/src/Kernel/Views/StyleSerializerKernelTest.php Views to be enabled.
StyleSerializerKernelTest::setUp function core/modules/rest/tests/src/Kernel/Views/StyleSerializerKernelTest.php
StyleSerializerKernelTest::testCalculateDependencies function core/modules/rest/tests/src/Kernel/Views/StyleSerializerKernelTest.php Tests calculate dependencies.
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 permissions to look at test entity and configure views.
StyleSerializerTest::$defaultTheme property core/modules/rest/tests/src/Functional/Views/StyleSerializerTest.php The theme to install as the default for testing.
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 Sets up the test.
StyleSerializerTest::testGroupRows function core/modules/rest/tests/src/Functional/Views/StyleSerializerTest.php Tests the "Grouped rows" functionality.

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