_init(\Magento\Eav\Model\ResourceModel\Entity\Store::class); } /** * Load entity by store * * @param int $entityTypeId * @param int $storeId * @return $this * @codeCoverageIgnore */ public function loadByEntityStore($entityTypeId, $storeId) { $this->_getResource()->loadByEntityStore($this, $entityTypeId, $storeId); return $this; } }