File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed
app/code/Magento/EavGraphQl Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 13
13
use Magento \Framework \Event \ManagerInterface ;
14
14
15
15
/**
16
- * Currency plugin triggers clean page cache and provides currency cache identities
16
+ * EAV plugin runs page cache clean and provides peoper EAV identities.
17
17
*/
18
18
class AttributePlugin implements IdentityInterface
19
19
{
@@ -59,6 +59,9 @@ public function afterSave(
59
59
return $ result ;
60
60
}
61
61
62
+ /**
63
+ * @inheirtdoc
64
+ */
62
65
public function getIdentities ()
63
66
{
64
67
return $ this ->identities ;
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" ?>
2
+ <!--
3
+ /**
4
+ * Copyright © Magento, Inc. All rights reserved.
5
+ * See COPYING.txt for license details.
6
+ */
7
+ -->
8
+ <config xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" urn:magento:framework:ObjectManager/etc/config.xsd" >
9
+ <type name =" Magento\Eav\Model\Entity\Attribute" >
10
+ <plugin name =" afterSavePlugin" type =" Magento\EavGraphQl\Plugin\Eav\AttributePlugin" />
11
+ </type >
12
+ </config >
You can’t perform that action at this time.
0 commit comments