Sulu\Bundle\RouteBundle\Command\UpdateRouteCommand::configure PHP Method

configure() protected method

protected configure ( )
    protected function configure()
    {
        $this->setName('sulu:route:update')->addArgument('entity', InputArgument::REQUIRED)->addOption('batch-size', null, InputOption::VALUE_REQUIRED, '', 1000)->setDescription('Update the routes for all entities.')->setHelp(<<<'EOT'
Update the routes for all entities which will be returned by the repository of given entity service:

    $ %command.full_name% sulu.repository.example
EOT
);
    }
UpdateRouteCommand