You are here

protected property Serializer::$serializer in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/rest/src/Plugin/views/style/Serializer.php \Drupal\rest\Plugin\views\style\Serializer::serializer
  2. 9 core/modules/rest/src/Plugin/views/style/Serializer.php \Drupal\rest\Plugin\views\style\Serializer::serializer

The serializer which serializes the views result.

Type: \Symfony\Component\Serializer\Serializer

File

core/modules/rest/src/Plugin/views/style/Serializer.php, line 41

Class

Serializer
The style plugin for serialized output formats.

Namespace

Drupal\rest\Plugin\views\style

Code

protected $serializer;