You are here

protected property Parser::$serializer in Subrequests 8

Type: \Symfony\Component\Serializer\SerializerInterface

File

src/Blueprint/Parser.php, line 24

Class

Parser
TODO: Change this comment. We'll use the serializer instead. Base class for blueprint parsers. There may be slightly different blueprint formats depending on the encoding. For instance, JSON encoded blueprints will reference other properties in…

Namespace

Drupal\subrequests\Blueprint

Code

protected $serializer;