_blockGroup = 'Magento_Theme'; $this->_controller = 'Adminhtml_System_Design_Theme'; if (is_object($this->getLayout()->getBlock('page.title'))) { $this->getLayout()->getBlock('page.title')->setPageTitle('Themes'); } $this->buttonList->remove('add'); } /** * Prepare header for container * * @return \Magento\Framework\Phrase */ public function getHeaderText() { return __('Themes'); } }