DbDumpApplication::getCommandName

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';
}
doc_Drupal
2016-10-29 09:01:07
Comments
Leave a Comment

Please login to continue.