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

Breadcrumb

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

interface DataDumperInterface

DataDumperInterface for dumping Data objects.

@author Nicolas Grekas <p@tchwork.com>

Hierarchy

  • interface \Symfony\Component\VarDumper\Dumper\DataDumperInterface

Expanded class hierarchy of DataDumperInterface

All classes that implement DataDumperInterface

2 files declare their use of DataDumperInterface
DumpDataCollector.php in vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php
DumpListener.php in vendor/symfony/http-kernel/EventListener/DumpListener.php

File

vendor/symfony/var-dumper/Dumper/DataDumperInterface.php, line 21

Namespace

Symfony\Component\VarDumper\Dumper
View source
interface DataDumperInterface {
    
    /**
     * @return string|null
     */
    public function dump(Data $data);

}

Members

Title Sort descending Modifiers Object type Summary Overrides
DataDumperInterface::dump public function 4

API Navigation

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