프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$storeManager | Magento\Store\Model\StoreManagerInterface |
메소드 | 설명 | |
---|---|---|
__construct ( Magento\Framework\App\ResourceConnection $resource, Magento\Store\Model\StoreManagerInterface $storeManager, Magento\Framework\EntityManager\MetadataPool $metadataPool ) | Indexer constructor. |
메소드 | 설명 | |
---|---|---|
getEntityMetaData ( string $entityType ) : Magento\Framework\EntityManager\EntityMetadataInterface | Retrieve Metadata for an entity | |
getRootCategoryId ( Magento\Store\Api\Data\StoreInterface | integer | string $store ) : integer | Retrieve store root category id. |
public __construct ( Magento\Framework\App\ResourceConnection $resource, Magento\Store\Model\StoreManagerInterface $storeManager, Magento\Framework\EntityManager\MetadataPool $metadataPool ) | ||
$resource | Magento\Framework\App\ResourceConnection | Resource Connection |
$storeManager | Magento\Store\Model\StoreManagerInterface | Store Manager |
$metadataPool | Magento\Framework\EntityManager\MetadataPool | Metadata Pool |
protected getEntityMetaData ( string $entityType ) : Magento\Framework\EntityManager\EntityMetadataInterface | ||
$entityType | string | The entity |
리턴 | Magento\Framework\EntityManager\EntityMetadataInterface |