Smile\ElasticsuiteCatalog\Block\Plugin\Adminhtml\Product\Attribute\Edit\Tab\FrontPlugin::getAttribute PHP Method

getAttribute() private method

Return the current edit attribute.
private getAttribute ( ) : Magento\Catalog\Api\Data\EavAttributeInterface
return Magento\Catalog\Api\Data\EavAttributeInterface
    private function getAttribute()
    {
        return $this->coreRegistry->registry('entity_attribute');
    }