Pimcore\Console\Command\DeleteClassificationStoreCommand::configure PHP Method

configure() protected method

protected configure ( )
    protected function configure()
    {
        $this->setName('classificationstore:delete-store')->setDescription('Delete Classification Store')->addArgument('storeId', InputArgument::REQUIRED, 'The store ID to delete');
    }
DeleteClassificationStoreCommand