Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. YamlEncoder.php

YamlEncoder::$defaultContext

Type: defaultContext

File

vendor/symfony/serializer/Encoder/YamlEncoder.php, line 47

Class

YamlEncoder
Encodes YAML data.

Namespace

Symfony\Component\Serializer\Encoder

Code

private array $defaultContext = [
    self::YAML_INLINE => 0,
    self::YAML_INDENT => 0,
    self::YAML_FLAGS => 0,
];

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal