Magento Extensions Rating 2024
EXTENSIONS BY CATEGORY
B2B (Business-To-Business)
Blog
Customer
ERP (Enterprise Resource Planning)
Mega Menu
One Step Checkout
Order
POS (Point Of Sale)
Search
Shopping Cart
Sitemap
SEO
Social
Stock & Inventory Management
EXTENSIONS BY DEVELOPER
aheadWorks
Amasty
Boost My Shop
BSS Commerce
Magestore
MageWorx
Mirasvit
Templates Master
Wyomind
XTENTO
Magento 2 Documentation
Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
vendor
magento
module-backend
Block
Page
Notices.php
Go to the documentation of this file.
1
<?php
12
namespace
Magento\Backend\Block\Page
;
13
18
class
Notices
extends
\Magento\Backend\Block\Template
19
{
25
public
function
displayNoscriptNotice
()
26
{
27
return
$this->_scopeConfig->getValue(
28
'web/browser_capabilities/javascript'
,
29
\
Magento
\Store\Model\ScopeInterface::SCOPE_STORE
30
);
31
}
32
38
public
function
displayDemoNotice
()
39
{
40
return
$this->_scopeConfig->getValue(
41
'design/head/demonotice'
,
42
\
Magento
\Store\Model\ScopeInterface::SCOPE_STORE
43
);
44
}
45
}
Magento\Backend\Block\Template
Definition:
Template.php:33
Magento\Backend\Block\Page\Notices
Definition:
Notices.php:18
Magento
Magento\Backend\Block\Page\Notices\displayNoscriptNotice
displayNoscriptNotice()
Definition:
Notices.php:25
Magento\Backend\Block\Page\Notices\displayDemoNotice
displayDemoNotice()
Definition:
Notices.php:38
Magento\Backend\Block\Page
Definition:
FooterTest.php:6