Sylius\Bundle\ThemeBundle\Form\Type\ThemeNameChoiceType::__construct PHP Method

__construct() public method

public __construct ( Sylius\Bundle\ThemeBundle\Repository\ThemeRepositoryInterface $themeRepository )
$themeRepository Sylius\Bundle\ThemeBundle\Repository\ThemeRepositoryInterface
    public function __construct(ThemeRepositoryInterface $themeRepository)
    {
        $this->themeRepository = $themeRepository;
    }