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

Breadcrumb

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

function YamlDumper::getExpressionCall

1 call to YamlDumper::getExpressionCall()
YamlDumper::dumpValue in vendor/symfony/dependency-injection/Dumper/YamlDumper.php
Dumps the value to YAML format.

File

vendor/symfony/dependency-injection/Dumper/YamlDumper.php, line 344

Class

YamlDumper
YamlDumper dumps a service container as a YAML string.

Namespace

Symfony\Component\DependencyInjection\Dumper

Code

private function getExpressionCall(string $expression) : string {
    return \sprintf('@=%s', $expression);
}

API Navigation

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