21 $this->_view->loadLayout();
22 $this->_setActiveMenu(
'Magento_Integration::system_integrations');
24 $this->_view->getPage()->getConfig()->getTitle()->prepend(
__(
'New Integration'));
26 $restoredIntegration = $this->
_getSession()->getIntegrationData();
27 if ($restoredIntegration) {
28 $this->_registry->register(self::REGISTRY_KEY_CURRENT_INTEGRATION, $restoredIntegration);
31 $this->_view->renderLayout();
restoreResourceAndSaveToRegistry()
_addBreadcrumb($label, $title, $link=null)