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

Breadcrumb

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

interface DumperInterface

Same name in this branch
  1. 11.1.x vendor/symfony/var-dumper/Cloner/DumperInterface.php \Symfony\Component\VarDumper\Cloner\DumperInterface
  2. 11.1.x vendor/symfony/dependency-injection/LazyProxy/PhpDumper/DumperInterface.php \Symfony\Component\DependencyInjection\LazyProxy\PhpDumper\DumperInterface

DumperInterface is the interface implemented by service container dumper classes.

@author Fabien Potencier <fabien@symfony.com>

Hierarchy

  • interface \Symfony\Component\DependencyInjection\Dumper\DumperInterface

Expanded class hierarchy of DumperInterface

All classes that implement DumperInterface

File

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

Namespace

Symfony\Component\DependencyInjection\Dumper
View source
interface DumperInterface {
    
    /**
     * Dumps the service container.
     */
    public function dump(array $options = []) : string|array;

}

Members

Title Sort descending Modifiers Object type Summary Overrides
DumperInterface::dump public function Dumps the service container. 5
RSS feed
Powered by Drupal