-
-
Notifications
You must be signed in to change notification settings - Fork 46
Expand file tree
/
Copy pathevents.xml
More file actions
18 lines (17 loc) · 786 Bytes
/
events.xml
File metadata and controls
18 lines (17 loc) · 786 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0"?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="urn:magento:framework:Event/etc/events.xsd"
>
<event name="view_block_abstract_to_html_before">
<!-- As close as possible before rendering -->
<observer name="MagewirephpMagewireViewBlockAbstractToHtmlBefore"
instance="Magewirephp\Magewire\Observer\Frontend\ViewBlockAbstractToHtmlBefore"
/>
</event>
<event name="view_block_abstract_to_html_after">
<!-- As close as possible after rendering -->
<observer name="MagewirephpMagewireViewBlockAbstractToHtmlAfter"
instance="Magewirephp\Magewire\Observer\Frontend\ViewBlockAbstractToHtmlAfter"
/>
</event>
</config>