20 $unsecureIntegrationsCount = $this->_integrationCollection->addUnsecureUrlsFilter()->getSize();
21 if ($unsecureIntegrationsCount > 0) {
23 $this->messageManager->addNotice(
__(
'Warning! Integrations not using HTTPS are insecure and potentially expose private or personally identifiable information')
28 $this->_view->loadLayout();
29 $this->_setActiveMenu(
'Magento_Integration::system_integrations');
31 $this->_view->getPage()->getConfig()->getTitle()->prepend(
__(
'Integrations'));
32 $this->_view->renderLayout();
_addBreadcrumb($label, $title, $link=null)