interface DumperInterface

DumperInterface is the interface implemented by service container dumper classes.

@author Fabien Potencier <fabien@symfony.com>

@api

Hierarchy

Expanded class hierarchy of DumperInterface

All classes that implement DumperInterface

File

drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Dumper/DumperInterface.php, line 21

Namespace

Symfony\Component\DependencyInjection\Dumper
View source

Members

Namesort descending Modifiers Type Description Overrides
DumperInterface::dump public function Dumps the service container. 4