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

Breadcrumb

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

function DumperInterface::dump

Dumps the service container.

5 methods override DumperInterface::dump()
GraphvizDumper::dump in vendor/symfony/dependency-injection/Dumper/GraphvizDumper.php
Dumps the service container as a graphviz graph.
OptimizedPhpArrayDumper::dump in core/lib/Drupal/Component/DependencyInjection/Dumper/OptimizedPhpArrayDumper.php
Dumps the service container.
PhpDumper::dump in vendor/symfony/dependency-injection/Dumper/PhpDumper.php
Dumps the service container as a PHP class.
XmlDumper::dump in vendor/symfony/dependency-injection/Dumper/XmlDumper.php
Dumps the service container as an XML string.
YamlDumper::dump in vendor/symfony/dependency-injection/Dumper/YamlDumper.php
Dumps the service container as an YAML string.

File

vendor/symfony/dependency-injection/Dumper/DumperInterface.php, line 24

Class

DumperInterface
DumperInterface is the interface implemented by service container dumper classes.

Namespace

Symfony\Component\DependencyInjection\Dumper

Code

public function dump(array $options = []) : string|array;

API Navigation

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