You are here

public function DevelCommands::getContainer in Devel 8.2

Same name and namespace in other branches
  1. 8.3 src/Commands/DevelCommands.php \Drupal\devel\Commands\DevelCommands::getContainer()
  2. 8 src/Commands/DevelCommands.php \Drupal\devel\Commands\DevelCommands::getContainer()
  3. 4.x src/Commands/DevelCommands.php \Drupal\devel\Commands\DevelCommands::getContainer()

Return value

mixed

1 call to DevelCommands::getContainer()
DevelCommands::services in src/Commands/DevelCommands.php
Get a list of available container services.

File

src/Commands/DevelCommands.php, line 54

Class

DevelCommands
For commands that are parts of modules, Drush expects to find commandfiles in __MODULE__/src/Commands, and the namespace is Drupal/__MODULE__/Commands.

Namespace

Drupal\devel\Commands

Code

public function getContainer() {
  return $this->container;
}