Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 10.3.x for %s
  4. Search 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
serializer.normalizer.relationship.jsonapi service core/modules/jsonapi/jsonapi.services.yml Drupal\jsonapi\Normalizer\RelationshipNormalizer
serializer.normalizer.resource_identifier.jsonapi service core/modules/jsonapi/jsonapi.services.yml Drupal\jsonapi\Normalizer\ResourceIdentifierNormalizer
serializer.normalizer.resource_object.jsonapi service core/modules/jsonapi/jsonapi.services.yml Drupal\jsonapi\Normalizer\ResourceObjectNormalizer
serializer.normalizer.safe_string service core/modules/serialization/serialization.services.yml Drupal\serialization\Normalizer\MarkupNormalizer
serializer.normalizer.serialization_test service core/modules/serialization/tests/serialization_test/serialization_test.services.yml Drupal\serialization_test\SerializationTestNormalizer
serializer.normalizer.silly_fielditem service core/modules/serialization/tests/modules/field_normalization_test/field_normalization_test.services.yml Drupal\field_normalization_test\Normalization\TextItemSillyNormalizer
serializer.normalizer.string.jsonapi_test_data_type service core/modules/jsonapi/tests/modules/jsonapi_test_data_type/jsonapi_test_data_type.services.yml Drupal\jsonapi_test_data_type\Normalizer\StringNormalizer
serializer.normalizer.string.jsonapi_test_field_type service core/modules/jsonapi/tests/modules/jsonapi_test_field_type/jsonapi_test_field_type.services.yml Drupal\jsonapi_test_field_type\Normalizer\StringNormalizer
serializer.normalizer.timestamp service core/modules/serialization/serialization.services.yml Drupal\serialization\Normalizer\TimestampNormalizer
serializer.normalizer.timestamp_item service core/modules/serialization/serialization.services.yml Drupal\serialization\Normalizer\TimestampItemNormalizer
serializer.normalizer.timestamp_item.hal service core/modules/hal/hal.services.yml Drupal\hal\Normalizer\TimestampItemNormalizer
serializer.normalizer.traversable_object.jsonapi_test_data_type service core/modules/jsonapi/tests/modules/jsonapi_test_data_type/jsonapi_test_data_type.services.yml Drupal\jsonapi_test_data_type\Normalizer\TraversableObjectNormalizer
serializer.normalizer.typed_data service core/modules/serialization/serialization.services.yml Drupal\serialization\Normalizer\TypedDataNormalizer
serializer.normalizer.unprocessable_entity_exception.jsonapi service core/modules/jsonapi/jsonapi.services.yml Drupal\jsonapi\Normalizer\UnprocessableHttpEntityExceptionNormalizer
Serializer.php file core/modules/jsonapi/src/Serializer/Serializer.php
Serializer.php file core/modules/rest/src/Plugin/views/style/Serializer.php
Serializer::$fallbackNormalizer property core/modules/jsonapi/src/Serializer/Serializer.php A normalizer to fall back on when JSON:API cannot normalize an object.
Serializer::$formatProviders property core/modules/rest/src/Plugin/views/style/Serializer.php The serialization format providers, keyed by format.
Serializer::$formats property core/modules/rest/src/Plugin/views/style/Serializer.php The available serialization formats.
Serializer::$serializer property core/modules/rest/src/Plugin/views/style/Serializer.php The serializer which serializes the views result.
Serializer::$usesGrouping property core/modules/rest/src/Plugin/views/style/Serializer.php Does the style plugin support grouping of rows.
Serializer::$usesRowPlugin property core/modules/rest/src/Plugin/views/style/Serializer.php Whether or not this style uses a row plugin.
Serializer::buildOptionsForm function core/modules/rest/src/Plugin/views/style/Serializer.php Provide a form to edit options for this plugin.
Serializer::calculateDependencies function core/modules/rest/src/Plugin/views/style/Serializer.php Calculates dependencies for the configured plugin.
Serializer::create function core/modules/rest/src/Plugin/views/style/Serializer.php Creates an instance of the plugin.
Serializer::defineOptions function core/modules/rest/src/Plugin/views/style/Serializer.php Information about options for all kinds of purposes will be held here.
Serializer::denormalize function core/modules/jsonapi/src/Serializer/Serializer.php
Serializer::getCacheContexts function core/modules/rest/src/Plugin/views/style/Serializer.php The cache contexts associated with this object.
Serializer::getCacheMaxAge function core/modules/rest/src/Plugin/views/style/Serializer.php The maximum age for which this object may be cached.
Serializer::getCacheTags function core/modules/rest/src/Plugin/views/style/Serializer.php The cache tags associated with this object.
Serializer::getFormatOptions function core/modules/rest/src/Plugin/views/style/Serializer.php Returns an array of format options
Serializer::getFormats function core/modules/rest/src/Plugin/views/style/Serializer.php Gets a list of all available formats that can be requested.
Serializer::normalize function core/modules/jsonapi/src/Serializer/Serializer.php
Serializer::render function core/modules/rest/src/Plugin/views/style/Serializer.php Render the display in this style.
Serializer::selfSupportsDenormalization function core/modules/jsonapi/src/Serializer/Serializer.php Checks whether this class alone supports denormalization.
Serializer::selfSupportsNormalization function core/modules/jsonapi/src/Serializer/Serializer.php Checks whether this class alone supports normalization.
Serializer::setFallbackNormalizer function core/modules/jsonapi/src/Serializer/Serializer.php Adds a secondary normalizer.
Serializer::submitOptionsForm function core/modules/rest/src/Plugin/views/style/Serializer.php Handle any special handling on the validate form.
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/rest/tests/src/Unit/Plugin/views/style/SerializerTest.php @coversDefaultClass \Drupal\rest\Plugin\views\style\Serializer[[api-linebreak]]
@group rest
SerializerTest class core/modules/jsonapi/tests/src/Kernel/Serializer/SerializerTest.php Tests the JSON:API 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 enable.
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.

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