You are here

BarBucCommand.php in Zircon Profile 8

Same filename and directory in other branches
  1. 8.0 vendor/symfony/console/Tests/Fixtures/BarBucCommand.php

File

vendor/symfony/console/Tests/Fixtures/BarBucCommand.php
View source
<?php

use Symfony\Component\Console\Command\Command;
class BarBucCommand extends Command {
  protected function configure() {
    $this
      ->setName('bar:buc');
  }

}

Classes

Namesort descending Description
BarBucCommand