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

Breadcrumb

  1. Drupal Core 11.1.x

Dumper.php

Same filename in this branch
  1. 11.1.x vendor/symfony/console/Helper/Dumper.php
  2. 11.1.x vendor/symfony/yaml/Dumper.php

Namespace

Symfony\Component\DependencyInjection\Dumper

File

vendor/symfony/dependency-injection/Dumper/Dumper.php

View source
<?php


/*
 * This file is part of the Symfony package.
 *
 * (c) Fabien Potencier <fabien@symfony.com>
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */
namespace Symfony\Component\DependencyInjection\Dumper;

use Symfony\Component\DependencyInjection\ContainerBuilder;

/**
 * Dumper is the abstract class for all built-in dumpers.
 *
 * @author Fabien Potencier <fabien@symfony.com>
 */
abstract class Dumper implements DumperInterface {
    public function __construct(ContainerBuilder $container) {
    }

}

Classes

Title Deprecated Summary
Dumper Dumper is the abstract class for all built-in dumpers.

API Navigation

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