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\CommandCode
private function getAvailableFormats() : array {
return array_keys($this->descriptors);
}