Contao\CoreBundle\Command\SymlinksCommand::configure PHP Method

configure() protected method

protected configure ( )
    protected function configure()
    {
        $this->setName('contao:symlinks')->setDefinition([new InputArgument('target', InputArgument::OPTIONAL, 'The target directory', 'web')])->setDescription('Symlinks the public resources into the web directory.');
    }