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

Breadcrumb

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

interface DumpDescriptorInterface

@author Maxime Steinhausser <maxime.steinhausser@gmail.com>

Hierarchy

  • interface \Symfony\Component\VarDumper\Command\Descriptor\DumpDescriptorInterface

Expanded class hierarchy of DumpDescriptorInterface

All classes that implement DumpDescriptorInterface

1 file declares its use of DumpDescriptorInterface
ServerDumpCommand.php in vendor/symfony/var-dumper/Command/ServerDumpCommand.php

File

vendor/symfony/var-dumper/Command/Descriptor/DumpDescriptorInterface.php, line 20

Namespace

Symfony\Component\VarDumper\Command\Descriptor
View source
interface DumpDescriptorInterface {
    public function describe(OutputInterface $output, Data $data, array $context, int $clientId) : void;

}

Members

Title Sort descending Modifiers Object type Summary Overrides
DumpDescriptorInterface::describe public function 2
RSS feed
Powered by Drupal