class FooCommand

Hierarchy

  • class \Symfony\Component\HttpKernel\Tests\Fixtures\ExtensionPresentBundle\Command\FooCommand extends \Symfony\Component\Console\Command\Command

Expanded class hierarchy of FooCommand

1 file declares its use of FooCommand
BundleTest.php in drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Bundle/BundleTest.php

File

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

Namespace

Symfony\Component\HttpKernel\Tests\Fixtures\ExtensionPresentBundle\Command
View source
class FooCommand extends Command {
  protected function configure() {
    $this
      ->setName('foo');
  }

}

Members