Smile\ElasticsuiteVirtualCategory\Block\Adminhtml\Catalog\Category\VirtualRule::getCategory PHP Метод

getCategory() приватный Метод

Returns the currently edited category.
private getCategory ( ) : Magento\Catalog\Model\Category
Результат Magento\Catalog\Model\Category
    private function getCategory()
    {
        return $this->registry->registry('category');
    }