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

Breadcrumb

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

function ServerDumpCommand::getAvailableFormats

1 call to ServerDumpCommand::getAvailableFormats()
ServerDumpCommand::complete in vendor/symfony/var-dumper/Command/ServerDumpCommand.php
Supplies suggestions when resolving possible completion options for input (e.g. option or argument).

File

vendor/symfony/var-dumper/Command/ServerDumpCommand.php, line 107

Class

ServerDumpCommand
Starts a dump server to collect and output dumps on a single place with multiple formats support.

Namespace

Symfony\Component\VarDumper\Command

Code

private function getAvailableFormats() : array {
    return array_keys($this->descriptors);
}
RSS feed
Powered by Drupal