Example #1
0
 /**
  * @return \Magento\Framework\View\Design\Theme\Customization
  */
 public function getCustomization()
 {
     if ($this->_customization === null) {
         $this->_customization = $this->_customFactory->create(['theme' => $this]);
     }
     return $this->_customization;
 }