Sylius\Bundle\ResourceBundle\Form\Type\ResourceTranslationsType::__construct PHP Method

__construct() public method

public __construct ( Sylius\Component\Resource\Translation\Provider\TranslationLocaleProviderInterface $localeProvider )
$localeProvider Sylius\Component\Resource\Translation\Provider\TranslationLocaleProviderInterface
    public function __construct(TranslationLocaleProviderInterface $localeProvider)
    {
        $this->definedLocalesCodes = $localeProvider->getDefinedLocalesCodes();
        $this->defaultLocaleCode = $localeProvider->getDefaultLocaleCode();
    }