interface DumperInterface
Same name in this branch
- 11.1.x vendor/symfony/var-dumper/Cloner/DumperInterface.php \Symfony\Component\VarDumper\Cloner\DumperInterface
- 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\DumperView 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 |