You are here

protected property Dumper::$indentation in Service Container 7

Same name and namespace in other branches
  1. 7.2 modules/providers/service_container_symfony/lib/Symfony/Component/Yaml/Dumper.php \Symfony\Component\Yaml\Dumper::indentation

The amount of spaces to use for indentation of nested nodes.

Type: int

File

modules/providers/service_container_symfony/lib/Symfony/Component/Yaml/Dumper.php, line 26

Class

Dumper
Dumper dumps PHP variables to YAML strings.

Namespace

Symfony\Component\Yaml

Code

protected $indentation = 4;