Smile\ElasticsuiteCatalog\Model\ResourceModel\Product\Indexer\Fulltext\Datasource\CategoryData::getCategoryNameAttribute PHP Method

getCategoryNameAttribute() protected method

Returns category name attribute
protected getCategoryNameAttribute ( ) : Magento\Eav\Model\Entity\Attribute\AbstractAttribute
return Magento\Eav\Model\Entity\Attribute\AbstractAttribute
    protected function getCategoryNameAttribute()
    {
        $this->categoryNameAttribute = $this->eavConfig->getAttribute(\Magento\Catalog\Model\Category::ENTITY, 'name');
        return $this->categoryNameAttribute;
    }