Ejemplo n.º 1
0
 /**
  * Get website collection with stores and store-views joined
  *
  * @return \Magento\Store\Model\Resource\Website\Collection
  */
 public function getCollection()
 {
     return $this->_websiteCollection->joinGroupAndStore();
 }