protected function FooCommand::configure

File

drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Fixtures/ExtensionPresentBundle/Command/FooCommand.php, line 18

Class

FooCommand

Namespace

Symfony\Component\HttpKernel\Tests\Fixtures\ExtensionPresentBundle\Command

Code

protected function configure() {
  $this
    ->setName('foo');
}