DbCommandBase |
core/lib/Drupal/Core/Command/DbCommandBase.php |
Base command that abstracts handling of database connection arguments. |
DbDumpApplication |
core/lib/Drupal/Core/Command/DbDumpApplication.php |
Provides a command to dump a database generation script. |
DbDumpCommand |
core/lib/Drupal/Core/Command/DbDumpCommand.php |
Provides a command to dump the current database to a script. |
DbImportCommand |
core/lib/Drupal/Core/Command/DbImportCommand.php |
Provides a command to import the current database from a script. |
DbToolsApplication |
core/lib/Drupal/Core/Command/DbToolsApplication.php |
Provides a command to import a database generation script. |
GenerateProxyClassApplication |
core/lib/Drupal/Core/Command/GenerateProxyClassApplication.php |
Provides a console command to generate proxy classes. |
GenerateProxyClassCommand |
core/lib/Drupal/Core/Command/GenerateProxyClassCommand.php |
Provides a console command to generate proxy classes. |
GenerateTheme |
core/lib/Drupal/Core/Command/GenerateTheme.php |
Generates a new theme based on latest default markup. |
InstallCommand |
core/lib/Drupal/Core/Command/InstallCommand.php |
Installs a Drupal site for local testing/development. |
QuickStartCommand |
core/lib/Drupal/Core/Command/QuickStartCommand.php |
Installs a Drupal site and starts a webserver for local testing/development. |
ServerCommand |
core/lib/Drupal/Core/Command/ServerCommand.php |
Runs the PHP webserver for a Drupal site for local testing/development. |