Provides a command to dump a database generation script.
Hierarchy
- class \Symfony\Component\Console\Application
- class \Drupal\Core\Command\DbDumpApplication
 
 
File
- core/lib/Drupal/Core/Command/DbDumpApplication.php, line 11
 
Namespace
Drupal\Core\Command
Members
| Name | Modifiers | Type | Description | 
|---|---|---|---|
| Application::$autoExit | private | property | |
| Application::$catchExceptions | private | property | |
| Application::$commands | private | property | |
| Application::$defaultCommand | private | property | |
| Application::$definition | private | property | |
| Application::$dispatcher | private | property | |
| Application::$helperSet | private | property | |
| Application::$name | private | property | |
| Application::$runningCommand | private | property | |
| Application::$terminalDimensions | private | property | |
| Application::$version | private | property | |
| Application::$wantHelps | private | property | |
| Application::add | public | function | Adds a command object. | 
| Application::addCommands | public | function | Adds an array of command objects. | 
| Application::all | public | function | Gets the commands (registered in the given namespace if provided). | 
| Application::asText Deprecated | public | function | Returns a text representation of the Application. | 
| Application::asXml Deprecated | public | function | Returns an XML representation of the Application. | 
| Application::configureIO | protected | function | Configures the input and output instances based on the user arguments and options. | 
| Application::doRun | public | function | Runs the current application. | 
| Application::doRunCommand | protected | function | Runs the current command. | 
| Application::extractAllNamespaces | private | function | Returns all namespaces of the command name. | 
| Application::extractNamespace | public | function | Returns the namespace part of the command name. | 
| Application::find | public | function | Finds a command by name or alias. | 
| Application::findAlternatives | private | function | Finds alternative of $name among $collection, if nothing is found in $collection, try in $abbrevs. | 
| Application::findNamespace | public | function | Finds a registered namespace by a name or an abbreviation. | 
| Application::get | public | function | Returns a registered command by name or alias. | 
| Application::getAbbreviations | public static | function | Returns an array of possible abbreviations given a set of names. | 
| Application::getAbbreviationSuggestions | private | function | Returns abbreviated suggestions in string format. | 
| Application::getConsoleMode | private | function | Runs and parses mode CON if it's available, suppressing any error output. | 
| Application::getDefaultHelperSet | protected | function | Gets the default helper set with the helpers that should always be available. | 
| Application::getDefaultInputDefinition | protected | function | Gets the default input definition. | 
| Application::getHelp | public | function | Gets the help message. | 
| Application::getHelperSet | public | function | Get the helper set associated with the command. | 
| Application::getLongVersion | public | function | Returns the long version of the application. | 
| Application::getName | public | function | Gets the name of the application. | 
| Application::getNamespaces | public | function | Returns an array of all unique namespaces used by currently registered commands. | 
| Application::getSttyColumns | private | function | Runs and parses stty -a if it's available, suppressing any error output. | 
| Application::getTerminalDimensions | public | function | Tries to figure out the terminal dimensions based on the current environment. | 
| Application::getTerminalHeight | protected | function | Tries to figure out the terminal height in which this application runs. | 
| Application::getTerminalWidth | protected | function | Tries to figure out the terminal width in which this application runs. | 
| Application::getVersion | public | function | Gets the application version. | 
| Application::has | public | function | Returns true if the command exists, false otherwise. | 
| Application::register | public | function | Registers a new command. | 
| Application::renderException | public | function | Renders a caught exception. | 
| Application::run | public | function | Runs the current application. | 
| Application::setAutoExit | public | function | Sets whether to automatically exit after a command execution or not. | 
| Application::setCatchExceptions | public | function | Sets whether to catch exceptions or not during commands execution. | 
| Application::setDefaultCommand | public | function | Sets the default Command name. | 
| Application::setDefinition | public | function | Set an input definition set to be used with this application. | 
| Application::setDispatcher | public | function | |
| Application::setHelperSet | public | function | Set a helper set to be used with the command. | 
| Application::setName | public | function | Sets the application name. | 
| Application::setTerminalDimensions | public | function | Sets terminal dimensions. | 
| Application::setVersion | public | function | Sets the application version. | 
| Application::splitStringByWidth | private | function | |
| Application::stringWidth | private | function | |
| Application::__construct | public | function | Constructor. | 
| DbDumpApplication::getCommandName | protected | function | Gets the name of the command based on input. Overrides Application::getCommandName | 
| DbDumpApplication::getDefaultCommands | protected | function | Gets the default commands that should always be available. Overrides Application::getDefaultCommands | 
| DbDumpApplication::getDefinition | public | function | Overridden so the application doesn't expect the command name as the first argument. Overrides Application::getDefinition | 
Please login to continue.