Smile\ElasticsuiteVirtualCategory\Block\Adminhtml\Catalog\Category\VirtualRule::getCategory PHP Method

getCategory() private method

Returns the currently edited category.
private getCategory ( ) : Magento\Catalog\Model\Category
return Magento\Catalog\Model\Category
    private function getCategory()
    {
        return $this->registry->registry('category');
    }