Smile\ElasticsuiteCatalog\Model\ResourceModel\Eav\Indexer\Indexer::getEntityMetaData PHP Method

getEntityMetaData() protected method

Retrieve Metadata for an entity
protected getEntityMetaData ( string $entityType ) : Magento\Framework\EntityManager\EntityMetadataInterface
$entityType string The entity
return Magento\Framework\EntityManager\EntityMetadataInterface
    protected function getEntityMetaData($entityType)
    {
        return $this->metadataPool->getMetadata($entityType);
    }