Ejemplo n.º 1
0
 /**
  * @param ContextInterface $context
  * @param UiComponentFactory $uiComponentFactory
  * @param SystemStore $systemStore
  * @param Escaper $escaper
  * @param array $components
  * @param array $data
  * @param string $storeKey
  */
 public function __construct(ContextInterface $context, UiComponentFactory $uiComponentFactory, SystemStore $systemStore, Escaper $escaper, array $components = [], array $data = [], $storeKey = 'store_id')
 {
     $this->systemStore = $systemStore;
     $this->escaper = $escaper;
     $this->storeKey = $storeKey;
     parent::__construct($context, $uiComponentFactory, $components, $data);
 }
Ejemplo n.º 2
0
 /**
  * @param ContextInterface $context
  * @param UiComponentFactory $uiComponentFactory
  * @param Image $imageHelper
  * @param UrlInterface $urlBuilder
  * @param StoreManagerInterface $storeManager
  * @param array $components
  * @param array $data
  */
 public function __construct(ContextInterface $context, UiComponentFactory $uiComponentFactory, Image $imageHelper, UrlInterface $urlBuilder, StoreManagerInterface $storeManager, array $components = [], array $data = [])
 {
     $this->storeManager = $storeManager;
     $this->imageHelper = $imageHelper;
     $this->urlBuilder = $urlBuilder;
     parent::__construct($context, $uiComponentFactory, $components, $data);
 }
 /**
  * @param ContextInterface $context
  * @param UiComponentFactory $uiComponentFactory
  * @param UrlBuilder $actionUrlBuilder
  * @param UrlInterface $urlBuilder
  * @param array $components
  * @param array $data
  * @param string $editUrl
  */
 public function __construct(ContextInterface $context, UiComponentFactory $uiComponentFactory, UrlBuilder $actionUrlBuilder, UrlInterface $urlBuilder, array $components = [], array $data = [], $editUrl = self::STORELOCATOR_URL_PATH_EDIT)
 {
     $this->urlBuilder = $urlBuilder;
     $this->actionUrlBuilder = $actionUrlBuilder;
     $this->editUrl = $editUrl;
     parent::__construct($context, $uiComponentFactory, $components, $data);
 }
Ejemplo n.º 4
0
 /**
  * @param ContextInterface $context
  * @param UiComponentFactory $uiComponentFactory
  * @param UrlInterface $urlBuilder
  * @param array $components
  * @param array $data
  */
 public function __construct(ContextInterface $context, UiComponentFactory $uiComponentFactory, UrlInterface $urlBuilder, Downloader $downloader, \Magento\Framework\Filesystem $filesystem, array $components = [], array $data = [])
 {
     $this->urlBuilder = $urlBuilder;
     $this->downloader = $downloader;
     $this->filesystem = $filesystem;
     parent::__construct($context, $uiComponentFactory, $components, $data);
 }
Ejemplo n.º 5
0
 public function __construct(ContextInterface $context, UiComponentFactory $uiComponentFactory, UrlInterface $urlBuilder, StoreManagerInterface $storeManager, Image $imageModel, array $components = [], array $data = [])
 {
     parent::__construct($context, $uiComponentFactory, $components, $data);
     $this->_urlBuilder = $urlBuilder;
     $this->_storeManager = $storeManager;
     $this->_imageModel = $imageModel;
 }
Ejemplo n.º 6
0
 public function __construct(ContextInterface $context, UiComponentFactory $uiComponentFactory, \Tuna\BannerSlider\Model\Image $imageHelper, \Magento\Framework\UrlInterface $urlBuilder, \Magento\Framework\ObjectManagerInterface $objectManager, array $components = [], array $data = [])
 {
     $this->uiComponentFactory = $uiComponentFactory;
     parent::__construct($context, $uiComponentFactory, $components, $data);
     //important part
     $this->imageHelper = $imageHelper;
     $this->urlBuilder = $urlBuilder;
     $this->_objectManager = $objectManager;
 }
Ejemplo n.º 7
0
 /**
  * @param ContextInterface                           $context            
  * @param UiComponentFactory                         $uiComponentFactory 
  * @param \Magento\Catalog\Helper\Image              $imageHelper        
  * @param \Magento\Framework\UrlInterface            $urlBuilder         
  * @param \Magento\Framework\Filesystem              $filesystem         
  * @param \Magento\Store\Model\StoreManagerInterface $storeManager       
  * @param SliderModel                                 $sliderModel         
  * @param array                                      $components         
  * @param array                                      $data               
  */
 public function __construct(ContextInterface $context, UiComponentFactory $uiComponentFactory, \Magento\Catalog\Helper\Image $imageHelper, \Magento\Framework\UrlInterface $urlBuilder, \Magento\Framework\Filesystem $filesystem, \Magento\Store\Model\StoreManagerInterface $storeManager, SliderModel $sliderModel, array $components = [], array $data = [])
 {
     parent::__construct($context, $uiComponentFactory, $components, $data);
     $this->imageHelper = $imageHelper;
     $this->urlBuilder = $urlBuilder;
     $this->filesystem = $filesystem;
     $this->_storeManager = $storeManager;
     $this->sliderModel = $sliderModel;
 }
Ejemplo n.º 8
0
 /**
  * @param ContextInterface $context
  * @param UiComponentFactory $uiComponentFactory
  * @param TimezoneInterface $timezone
  * @param array $components
  * @param array $data
  */
 public function __construct(
     ContextInterface $context,
     UiComponentFactory $uiComponentFactory,
     TimezoneInterface $timezone,
     array $components = [],
     array $data = []
 ) {
     $this->timezone = $timezone;
     parent::__construct($context, $uiComponentFactory, $components, $data);
 }
Ejemplo n.º 9
0
 /**
  * @param ContextInterface $context
  * @param UiComponentFactory $uiComponentFactory
  * @param StoreManagerInterface $storeManager
  * @param array $components
  * @param array $data
  */
 public function __construct(ContextInterface $context, UiComponentFactory $uiComponentFactory, StoreManagerInterface $storeManager, array $components = [], array $data = [])
 {
     parent::__construct($context, $uiComponentFactory, $components, $data);
     $this->storeManager = $storeManager;
 }
Ejemplo n.º 10
0
 /**
  * @param ContextInterface $context
  * @param UiComponentFactory $uiComponentFactory
  * @param StatusSource $source
  * @param array $components
  * @param array $data
  */
 public function __construct(ContextInterface $context, UiComponentFactory $uiComponentFactory, StatusSource $source, array $components = [], array $data = [])
 {
     parent::__construct($context, $uiComponentFactory, $components, $data);
     $this->source = $source;
 }
Ejemplo n.º 11
0
 /**
  * Constructor
  *
  * @param ContextInterface $context
  * @param UiComponentFactory $uiComponentFactory
  * @param CreditmemoRepositoryInterface $creditmemoRepository
  * @param array $components
  * @param array $data
  */
 public function __construct(ContextInterface $context, UiComponentFactory $uiComponentFactory, CreditmemoRepositoryInterface $creditmemoRepository, array $components = [], array $data = [])
 {
     $this->states = $creditmemoRepository->create()->getStates();
     parent::__construct($context, $uiComponentFactory, $components, $data);
 }
Ejemplo n.º 12
0
 /**
  * @param ContextInterface $context
  * @param UiComponentFactory $uiComponentFactory
  * @param AttributeSetRepositoryInterface $attributeSetRepository
  * @param array $components
  * @param array $data
  */
 public function __construct(ContextInterface $context, UiComponentFactory $uiComponentFactory, AttributeSetRepositoryInterface $attributeSetRepository, array $components = [], array $data = [])
 {
     parent::__construct($context, $uiComponentFactory, $components, $data);
     $this->attributeSetRepository = $attributeSetRepository;
 }
Ejemplo n.º 13
0
 /**
  * @param ContextInterface $context
  * @param UiComponentFactory $uiComponentFactory
  * @param \Magento\Catalog\Model\Product\Image\ViewFactory $imageFactory
  * @param \Magento\Framework\UrlInterface $urlBuilder
  * @param array $components
  * @param array $data
  */
 public function __construct(ContextInterface $context, UiComponentFactory $uiComponentFactory, \Magento\Catalog\Model\Product\Image\ViewFactory $imageFactory, \Magento\Framework\UrlInterface $urlBuilder, array $components = [], array $data = [])
 {
     parent::__construct($context, $uiComponentFactory, $components, $data);
     $this->imageFactory = $imageFactory;
     $this->urlBuilder = $urlBuilder;
 }
Ejemplo n.º 14
0
 /**
  * @param ContextInterface $context
  * @param UiComponentFactory $uiComponentFactory
  * @param ScopeConfigInterface $scopeConfig
  * @param array $components
  * @param array $data
  */
 public function __construct(ContextInterface $context, UiComponentFactory $uiComponentFactory, ScopeConfigInterface $scopeConfig, array $components, array $data)
 {
     $this->scopeConfig = $scopeConfig;
     parent::__construct($context, $uiComponentFactory, $components, $data);
 }
Ejemplo n.º 15
0
 /**
  * @param ContextInterface $context
  * @param UiComponentFactory $uiComponentFactory
  * @param Escaper $escaper
  * @param array $components
  * @param array $data
  */
 public function __construct(ContextInterface $context, UiComponentFactory $uiComponentFactory, Escaper $escaper, array $components = [], array $data = [])
 {
     $this->escaper = $escaper;
     parent::__construct($context, $uiComponentFactory, $components, $data);
 }
Ejemplo n.º 16
0
 /**
  * @param ContextInterface $context
  * @param UiComponentFactory $uiComponentFactory
  * @param \ShipperHQ\Shipper\Helper\CarrierGroup $carrierGroupHelper
  * @param array $components
  * @param array $data
  */
 public function __construct(ContextInterface $context, UiComponentFactory $uiComponentFactory, \ShipperHQ\Shipper\Helper\CarrierGroup $carrierGroupHelper, array $components = [], array $data = [])
 {
     $this->carrierGroupHelper = $carrierGroupHelper;
     parent::__construct($context, $uiComponentFactory, $components, $data);
 }
Ejemplo n.º 17
0
 public function __construct(StatusModel $status, UrlInterface $urlBuilder, ContextInterface $context, UiComponentFactory $uiComponentFactory, array $components, array $data)
 {
     $this->urlBuilder = $urlBuilder;
     $this->_status = $status;
     parent::__construct($context, $uiComponentFactory, $components, $data);
 }
Ejemplo n.º 18
0
 /**
  * @param ContextInterface $context
  * @param UiComponentFactory $uiComponentFactory
  * @param UrlInterface $urlBuilder
  * @param LogHelper $logger
  * @param ScopeConfigInterface $scopeConfig
  * @param array $components
  * @param array $data
  */
 public function __construct(ContextInterface $context, UiComponentFactory $uiComponentFactory, UrlInterface $urlBuilder, LogHelper $logger, ScopeConfigInterface $scopeConfig, array $components = [], array $data = [])
 {
     $this->urlBuilder = $urlBuilder;
     $this->_logger = $logger;
     parent::__construct($context, $uiComponentFactory, $components, $data);
 }
Ejemplo n.º 19
0
 /**
  * @param ContextInterface $context
  * @param UiComponentFactory $uiComponentFactory
  * @param AttributeRepository $attributeRepository
  * @param SearchCriteriaBuilder $searchCriteriaBuilder
  * @param array $components
  * @param array $data
  */
 public function __construct(ContextInterface $context, UiComponentFactory $uiComponentFactory, AttributeRepository $attributeRepository, SearchCriteriaBuilder $searchCriteriaBuilder, array $components = [], array $data = [])
 {
     parent::__construct($context, $uiComponentFactory, $components, $data);
     $this->attributeRepository = $attributeRepository;
     $this->searchCriteriaBuilder = $searchCriteriaBuilder;
 }
Ejemplo n.º 20
0
 /**
  * Constructor
  *
  * @param ContextInterface $context
  * @param UiComponentFactory $uiComponentFactory
  * @param CollectionFactory $collectionFactory
  * @param array $components
  * @param array $data
  */
 public function __construct(ContextInterface $context, UiComponentFactory $uiComponentFactory, CollectionFactory $collectionFactory, array $components = [], array $data = [])
 {
     $this->statuses = $collectionFactory->create()->toOptionHash();
     parent::__construct($context, $uiComponentFactory, $components, $data);
 }
Ejemplo n.º 21
0
 /**
  * Thumbnail constructor.
  *
  * @param ContextInterface                 $context
  * @param UiComponentFactory               $uiComponentFactory
  * @param \ISM\Blog\Helper\Image\Thumbnail $thumbnail
  * @param UrlInterface  $urlBuilder
  * @param array                            $components
  * @param array                            $data
  */
 public function __construct(ContextInterface $context, UiComponentFactory $uiComponentFactory, \ISM\Blog\Helper\Image\Thumbnail $thumbnail, UrlInterface $urlBuilder, array $components = [], array $data = [])
 {
     parent::__construct($context, $uiComponentFactory, $components, $data);
     $this->thumbnail = $thumbnail;
     $this->urlBuilder = $urlBuilder;
 }
Ejemplo n.º 22
0
 /**
  * Constructor
  *
  * @param ContextInterface $context
  * @param UiComponentFactory $uiComponentFactory
  * @param array $components
  * @param array $data
  */
 public function __construct(ContextInterface $context, UiComponentFactory $uiComponentFactory, array $components = [], array $data = [])
 {
     parent::__construct($context, $uiComponentFactory, $components, $data);
 }
Ejemplo n.º 23
0
 /**
  * Constructor
  *
  * @param ContextInterface $context
  * @param UiComponentFactory $uiComponentFactory
  * @param Data $paymentHelper
  * @param array $components
  * @param array $data
  */
 public function __construct(ContextInterface $context, UiComponentFactory $uiComponentFactory, Data $paymentHelper, array $components = [], array $data = [])
 {
     $this->paymentHelper = $paymentHelper;
     parent::__construct($context, $uiComponentFactory, $components, $data);
 }
Ejemplo n.º 24
0
 /**
  * Constructor
  *
  * @param ContextInterface $context
  * @param UiComponentFactory $uiComponentFactory
  * @param PriceCurrencyInterface $priceFormatter
  * @param array $components
  * @param array $data
  */
 public function __construct(ContextInterface $context, UiComponentFactory $uiComponentFactory, PriceCurrencyInterface $priceFormatter, array $components = [], array $data = [])
 {
     $this->priceFormatter = $priceFormatter;
     parent::__construct($context, $uiComponentFactory, $components, $data);
 }
Ejemplo n.º 25
0
 /**
  * @param ContextInterface $context
  * @param UiComponentFactory $uiComponentFactory
  * @param \Magento\Framework\Locale\CurrencyInterface $localeCurrency
  * @param \Magento\Store\Model\StoreManagerInterface $storeManager
  * @param array $components
  * @param array $data
  */
 public function __construct(ContextInterface $context, UiComponentFactory $uiComponentFactory, \Magento\Framework\Locale\CurrencyInterface $localeCurrency, \Magento\Store\Model\StoreManagerInterface $storeManager, array $components = [], array $data = [])
 {
     parent::__construct($context, $uiComponentFactory, $components, $data);
     $this->localeCurrency = $localeCurrency;
     $this->storeManager = $storeManager;
 }
 /**
  * @param ContextInterface $context
  * @param UiComponentFactory $uiComponentFactory
  * @param Store $store
  * @param array $components
  * @param array $data
  */
 public function __construct(ContextInterface $context, UiComponentFactory $uiComponentFactory, Store $store, array $components, array $data)
 {
     parent::__construct($context, $uiComponentFactory, $components, $data);
     $this->store = $store;
 }
Ejemplo n.º 27
0
 /**
  * Constructor
  *
  * @param ContextInterface $context
  * @param UiComponentFactory $uiComponentFactory
  * @param UrlInterface $urlBuilder
  * @param array $components
  * @param array $data
  */
 public function __construct(ContextInterface $context, UiComponentFactory $uiComponentFactory, UrlInterface $urlBuilder, array $components = [], array $data = [])
 {
     $this->urlBuilder = $urlBuilder;
     parent::__construct($context, $uiComponentFactory, $components, $data);
 }
Ejemplo n.º 28
0
 /**
  * @param ContextInterface $context
  * @param UiComponentFactory $uiComponentFactory
  * @param UrlInterface $urlBuilder
  * @param AuthorizationInterface $authorization,
  * @param array $components
  * @param array $data
  */
 public function __construct(ContextInterface $context, UiComponentFactory $uiComponentFactory, UrlInterface $urlBuilder, AuthorizationInterface $authorization, array $components = [], array $data = [])
 {
     parent::__construct($context, $uiComponentFactory, $components, $data);
     $this->urlBuilder = $urlBuilder;
     $this->_authorization = $authorization;
 }
Ejemplo n.º 29
0
 /**
  * constructor
  * 
  * @param \Magento\Framework\UrlInterface $urlBuilder
  * @param \Magento\Framework\View\Element\UiComponent\ContextInterface $context
  * @param \Magento\Framework\View\Element\UiComponentFactory $uiComponentFactory
  * @param array $components
  * @param array $data
  */
 public function __construct(\Magento\Framework\UrlInterface $urlBuilder, \Magento\Framework\View\Element\UiComponent\ContextInterface $context, \Magento\Framework\View\Element\UiComponentFactory $uiComponentFactory, array $components = [], array $data = [])
 {
     $this->_urlBuilder = $urlBuilder;
     parent::__construct($context, $uiComponentFactory, $components, $data);
 }
Ejemplo n.º 30
0
 /**
  * Constructor
  *
  * @param ContextInterface $context
  * @param GroupRepositoryInterface $groupRepository
  * @param UiComponentFactory $uiComponentFactory
  * @param array $components
  * @param array $data
  */
 public function __construct(ContextInterface $context, UiComponentFactory $uiComponentFactory, GroupRepositoryInterface $groupRepository, array $components = [], array $data = [])
 {
     $this->groupRepository = $groupRepository;
     parent::__construct($context, $uiComponentFactory, $components, $data);
 }