Smile\ElasticsuiteCatalog\Model\ResourceModel\Eav\Indexer\Indexer::getEntityMetaData PHP Метод

getEntityMetaData() защищенный Метод

Retrieve Metadata for an entity
protected getEntityMetaData ( string $entityType ) : Magento\Framework\EntityManager\EntityMetadataInterface
$entityType string The entity
Результат Magento\Framework\EntityManager\EntityMetadataInterface
    protected function getEntityMetaData($entityType)
    {
        return $this->metadataPool->getMetadata($entityType);
    }