Definition at line 11 of file CacheInvalidate.php.
◆ __construct()
- Parameters
-
\Magento\Framework\App\Cache\TypeListInterface | $typeList | |
\Magento\Swatches\Helper\Data | $swatchHelper | |
Definition at line 27 of file CacheInvalidate.php.
31 $this->typeList = $typeList;
32 $this->swatchHelper = $swatchHelper;
◆ afterSave()
- Parameters
-
\Magento\Catalog\Model\ResourceModel\Eav\Attribute | $subject | |
\Magento\Catalog\Model\ResourceModel\Eav\Attribute | $result | |
- Returns
- \Magento\Catalog\Model\ResourceModel\Eav\Attribute
Definition at line 40 of file CacheInvalidate.php.
44 if ($this->swatchHelper->isSwatchAttribute($subject)) {
The documentation for this class was generated from the following file: