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-rss
Model
System
Config
Backend
Links.php
Go to the documentation of this file.
1
<?php
6
namespace
Magento\Rss\Model\System\Config\Backend
;
7
12
class
Links
extends
\Magento\Framework\App\Config\Value
13
{
19
public
function
afterSave
()
20
{
21
if
($this->
isValueChanged
()) {
22
$this->cacheTypeList->invalidate(\
Magento
\Framework\View\Element\AbstractBlock::CACHE_GROUP);
23
}
24
return
parent::afterSave();
25
}
26
}
Magento\Framework\App\Config\Value\isValueChanged
isValueChanged()
Definition:
Value.php:84
Magento\Rss\Model\System\Config\Backend\Links
Definition:
Links.php:12
Magento
Magento\Rss\Model\System\Config\Backend\Links\afterSave
afterSave()
Definition:
Links.php:19
Magento\Rss\Model\System\Config\Backend
Definition:
Links.php:6