You are here

protected function DbDumpApplication::getCommandName in Drupal 9

Same name and namespace in other branches
  1. 8 core/lib/Drupal/Core/Command/DbDumpApplication.php \Drupal\Core\Command\DbDumpApplication::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';
}