WellCommerce\Bundle\LocaleBundle\Command\AddLocaleCommand::findLocale PHP Method

findLocale() private method

private findLocale ( string $code ) : WellCommerce\Bundle\LocaleBundle\Entity\LocaleInterface
$code string
return WellCommerce\Bundle\LocaleBundle\Entity\LocaleInterface
    private function findLocale(string $code) : LocaleInterface
    {
        return $this->localeManager->getRepository()->findOneBy(['code' => $code]);
    }