Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
Provider.php
Go to the documentation of this file.
1 <?php
8 
9 class Provider implements ProviderInterface
10 {
14  protected $inlineTranslate;
15 
20  {
21  $this->inlineTranslate = $inlineTranslate;
22  }
23 
29  public function get()
30  {
32  }
33 }
__construct(\Magento\Framework\Translate\InlineInterface $inlineTranslate)
Definition: Provider.php:19