protected DbDumpApplication::getCommandName(InputInterface $input)
Gets the name of the command based on input.
Parameters
InputInterface $input The input interface:
Return value
string The command name
Overrides Application::getCommandName
File
- core/lib/Drupal/Core/Command/DbDumpApplication.php, line 16
Class
- DbDumpApplication
- Provides a command to dump a database generation script.
Namespace
Drupal\Core\Command
Code
protected function getCommandName(InputInterface $input) { return 'dump-database-d8-mysql'; }
Please login to continue.