WellCommerce\Bundle\LocaleBundle\Command\DeleteLocaleCommand::configure PHP Method

configure() protected method

protected configure ( )
    protected function configure()
    {
        $this->setDescription('Deletes a locale and related translatable entities');
        $this->setName('wellcommerce:locale:delete');
    }