class DevelCommands

Hierarchy

  • class \Drupal\devel\Drush\Commands\DevelCommands extends \Drush\Commands\DrushCommands

Expanded class hierarchy of DevelCommands

File

src/Drush/Commands/DevelCommands.php, line 8

Namespace

Drupal\devel\Drush\Commands
View source
final class DevelCommands extends DrushCommands {
  const REINSTALL = 'devel:reinstall';
  const HOOK = 'devel:hook';
  const EVENT = 'devel:event';
  const TOKEN = 'devel:token';
  const UUID = 'devel:uuid';
  const SERVICES = 'devel:services';

}

Members

Title Sort descending Modifiers Object type Summary
DevelCommands::EVENT constant #[Deprecated('Use constant from command-specific file or use a string')]
DevelCommands::HOOK constant #[Deprecated('Use constant from command-specific file or use a string')]
DevelCommands::REINSTALL constant #[Deprecated('Use constant from command-specific file or use a string')]
DevelCommands::SERVICES constant #[Deprecated('Use constant from command-specific file or use a string')]
DevelCommands::TOKEN constant #[Deprecated('Use constant from command-specific file or use a string')]
DevelCommands::UUID constant #[Deprecated('Use constant from command-specific file or use a string')]