Knp\Bundle\KnpBundlesBundle\Command\KbSolrRemoveFromIndexCommand::configure PHP Method

configure() protected method

protected configure ( )
    protected function configure()
    {
        $this->setDefinition(array())->setName('kb:solr:remove-from-index');
    }
KbSolrRemoveFromIndexCommand