function DbDumpApplication::getCommandName

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/Command/DbDumpApplication.php \Drupal\Core\Command\DbDumpApplication::getCommandName()
  2. 8.9.x core/lib/Drupal/Core/Command/DbDumpApplication.php \Drupal\Core\Command\DbDumpApplication::getCommandName()
  3. 10 core/lib/Drupal/Core/Command/DbDumpApplication.php \Drupal\Core\Command\DbDumpApplication::getCommandName()

File

core/lib/Drupal/Core/Command/DbDumpApplication.php, line 17

Class

DbDumpApplication
Provides a command to dump a database generation script.

Namespace

Drupal\Core\Command

Code

protected function getCommandName(InputInterface $input) : ?string {
    return 'dump-database-d8-mysql';
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.