Sylius\Bundle\ResourceBundle\Doctrine\ODM\MongoDB\TranslatableRepository::setLocaleProvider PHP Method

setLocaleProvider() public method

public setLocaleProvider ( Sylius\Component\Resource\Translation\Provider\TranslationLocaleProviderInterface $localeProvider )
$localeProvider Sylius\Component\Resource\Translation\Provider\TranslationLocaleProviderInterface
    public function setLocaleProvider(TranslationLocaleProviderInterface $localeProvider)
    {
        $this->localeProvider = $localeProvider;
        return $this;
    }