Skip to content

Commit 13cfdac

Browse files
committed
update mangeto 2.4, more infos in github-starred
1 parent f9e995b commit 13cfdac

10 files changed

Lines changed: 1193 additions & 137 deletions

content/posts/2017/2017-09-26-magento2.3-events.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ url: magento-2.3-list-of-all-dispatched-events/
1212

1313
This ongoing updated post, lists all dispatched events in Magento 2.3. An event cheat sheet.
1414

15-
Current version: 2.3.3 / 8th Oct 2019
15+
Current version: 2.3.7 / 16th April 2021
1616

1717
<!--more-->
1818

@@ -22,6 +22,8 @@ For Magento 2.1 see [here](magento-2.1-list-of-all-dispatched-events/).
2222

2323
For Magento 2.2 see [here](magento-2.2-list-of-all-dispatched-events/).
2424

25+
For Magento 2.4 see [here](magento-2.4-list-of-all-dispatched-events/).
26+
2527
This page lists three different groups of events occurring in: app and lib folders
2628
and global Varien JavaScript Events. Clicking on the file name brings you directly
2729
to the source code on GitHub including the correct line number.
@@ -32,12 +34,12 @@ Please use your browsers search function!
3234

3335
# Events in the app folder
3436

35-
{{< mage2_code tag="2.3.3" url="static/magento2/2.3_events_app.csv" sep="|" >}}
37+
{{< mage2_code tag="2.3.7" url="static/magento2/2.3_events_app.csv" sep="|" >}}
3638

3739
# Events in the lib folder
3840

39-
{{< mage2_code tag="2.3.3" url="static/magento2/2.3_events_lib.csv" sep="|" >}}
41+
{{< mage2_code tag="2.3.7" url="static/magento2/2.3_events_lib.csv" sep="|" >}}
4042

4143
# JavaScript Varien Events
4244

43-
{{< mage2_code tag="2.3.3" url="static/magento2/2.3_events_js.csv" sep="|" >}}
45+
{{< mage2_code tag="2.3.7" url="static/magento2/2.3_events_js.csv" sep="|" >}}
Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
---
2+
title: Magento 2.4.x - List of all dispatched events
3+
author: Cyrill
4+
date: 2022-01-09
5+
categories:
6+
- Thoughts
7+
tags:
8+
- Magento2
9+
- Dispatched Events
10+
url: magento-2.4-list-of-all-dispatched-events/
11+
---
12+
13+
This ongoing updated post, lists all dispatched events in Magento 2.4. An event cheat sheet.
14+
15+
Current version: 2.4.3 / 13th July 2021
16+
17+
<!--more-->
18+
19+
For Magento 2.0 see [here](magento2-list-of-all-dispatched-events/).
20+
21+
For Magento 2.1 see [here](magento-2.1-list-of-all-dispatched-events/).
22+
23+
For Magento 2.2 see [here](magento-2.2-list-of-all-dispatched-events/).
24+
25+
For Magento 2.3 see [here](magento-2.3-list-of-all-dispatched-events/).
26+
27+
This page lists three different groups of events occurring in: app and lib folders
28+
and global Varien JavaScript Events. Clicking on the file name brings you directly
29+
to the source code on GitHub including the correct line number.
30+
31+
Events are listed in alternating colors.
32+
33+
Please use your browsers search function!
34+
35+
# Events in the app folder
36+
37+
{{< mage2_code tag="2.4.3" url="static/magento2/2.4_events_app.csv" sep="|" >}}
38+
39+
# Events in the lib folder
40+
41+
{{< mage2_code tag="2.4.3" url="static/magento2/2.4_events_lib.csv" sep="|" >}}
42+
43+
# JavaScript Varien Events
44+
45+
{{< mage2_code tag="2.4.3" url="static/magento2/2.4_events_js.csv" sep="|" >}}

content/posts/github-starred.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,3 +181,39 @@ List of all my starred repositories. Last update can be spotted by the date.
181181
# Page 42
182182

183183
{{< ghStarred url="https://api.github.com/user/372027/starred?page=42" >}}
184+
185+
# Page 43
186+
187+
{{< ghStarred url="https://api.github.com/user/372027/starred?page=43" >}}
188+
189+
# Page 44
190+
191+
{{< ghStarred url="https://api.github.com/user/372027/starred?page=44" >}}
192+
193+
# Page 45
194+
195+
{{< ghStarred url="https://api.github.com/user/372027/starred?page=45" >}}
196+
197+
# Page 46
198+
199+
{{< ghStarred url="https://api.github.com/user/372027/starred?page=46" >}}
200+
201+
# Page 47
202+
203+
{{< ghStarred url="https://api.github.com/user/372027/starred?page=47" >}}
204+
205+
# Page 48
206+
207+
{{< ghStarred url="https://api.github.com/user/372027/starred?page=48" >}}
208+
209+
# Page 49
210+
211+
{{< ghStarred url="https://api.github.com/user/372027/starred?page=49" >}}
212+
213+
# Page 50
214+
215+
{{< ghStarred url="https://api.github.com/user/372027/starred?page=50" >}}
216+
217+
# Page 51
218+
219+
{{< ghStarred url="https://api.github.com/user/372027/starred?page=51" >}}

hugo_snapshot_darwin_amd64

-7.01 MB
Binary file not shown.

layouts/shortcodes/ghStarred.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
{{$p.language}}: <strong>{{ $p.name }}</strong>
1010
<a href="{{ $p.html_url }}" target="_blank">{{ $p.full_name }}</a>
1111
<br>
12-
Stars: {{$p.stargazers_count}} | Forks: {{$p.forks_count}} | Size: {{$p.size}}<br>
12+
Stars: {{$p.stargazers_count}} | Forks: {{$p.forks_count}} | Size: {{$p.size}} {{if $p.archived}}| Archived{{end}}<br>
13+
Created at: {{substr $p.created_at 0 10}} Updated at: {{substr $p.updated_at 0 10}} Pushed at: {{substr $p.pushed_at 0 10}}<br>
1314
{{ $p.description }}
1415
<div class="clear"></div>
1516
</li>

static/magento2/2.3_events_app.csv

Lines changed: 135 additions & 126 deletions
Large diffs are not rendered by default.

static/magento2/2.3_events_lib.csv

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"lib/internal/Magento/Framework/Locale/Currency.php"|"93"|"currency_display_options_forming"|"$this->_eventManager->dispatch(
33
'currency_display_options_forming',
44
['currency_options' => $options, 'base_code' => $currency]);"
5-
"lib/internal/Magento/Framework/App/Http.php"|"137"|"NO_MATCH"|"$result = $frontController->dispatch($this->_request);"
6-
"lib/internal/Magento/Framework/App/Http.php"|"152"|"controller_front_send_response_before"|"$this->_eventManager->dispatch('controller_front_send_response_before', $eventParams);"
5+
"lib/internal/Magento/Framework/App/Http.php"|"116"|"NO_MATCH"|"$result = $frontController->dispatch($this->_request);"
6+
"lib/internal/Magento/Framework/App/Http.php"|"131"|"controller_front_send_response_before"|"$this->_eventManager->dispatch('controller_front_send_response_before', $eventParams);"
77
"lib/internal/Magento/Framework/App/Action/Action.php"|"97"|"controller_action_predispatch"|"$this->_eventManager->dispatch('controller_action_predispatch', $eventParameters);"
88
"lib/internal/Magento/Framework/App/Action/Action.php"|"98"|"controller_action_predispatch_"|"$this->_eventManager->dispatch('controller_action_predispatch_' . $request->getRouteName(), $eventParameters);"
99
"lib/internal/Magento/Framework/App/Action/Action.php"|"99"|"controller_action_predispatch_"|"$this->_eventManager->dispatch(
@@ -16,7 +16,7 @@
1616
'controller_action_postdispatch_' . $request->getRouteName(),
1717
$eventParameters);"
1818
"lib/internal/Magento/Framework/App/Action/Action.php"|"119"|"controller_action_postdispatch"|"$this->_eventManager->dispatch('controller_action_postdispatch', $eventParameters);"
19-
"lib/internal/Magento/Framework/App/FrontController.php"|"159"|"NO_MATCH"|"$result = $actionInstance->dispatch($request);"
19+
"lib/internal/Magento/Framework/App/FrontController.php"|"186"|"NO_MATCH"|"$result = $actionInstance->dispatch($request);"
2020
"lib/internal/Magento/Framework/App/Cron.php"|"86"|"default"|"$eventManager->dispatch('default');"
2121
"lib/internal/Magento/Framework/App/MaintenanceMode.php"|"82"|"maintenance_mode_changed"|"$this->eventManager->dispatch('maintenance_mode_changed', ['isOn' => $isOn]);"
2222
"lib/internal/Magento/Framework/App/View.php"|"216"|"controller_action_layout_render_before"|"$this->_eventManager->dispatch('controller_action_layout_render_before');"
@@ -119,15 +119,15 @@
119119
'layout_generate_blocks_after',
120120
['full_action_name' => $this->request->getFullActionName(), 'layout' => $this->layout]);"
121121
"lib/internal/Magento/Framework/View/Layout/Generator/Block.php"|"150"|"core_layout_block_create_after"|"$this->eventManager->dispatch('core_layout_block_create_after', ['block' => $block]);"
122-
"lib/internal/Magento/Framework/View/Element/AbstractBlock.php"|"663"|"view_block_abstract_to_html_before"|"$this->_eventManager->dispatch('view_block_abstract_to_html_before', ['block' => $this]);"
123-
"lib/internal/Magento/Framework/View/Element/AbstractBlock.php"|"680"|"view_block_abstract_to_html_after"|"$this->_eventManager->dispatch(
122+
"lib/internal/Magento/Framework/View/Element/AbstractBlock.php"|"666"|"view_block_abstract_to_html_before"|"$this->_eventManager->dispatch('view_block_abstract_to_html_before', ['block' => $this]);"
123+
"lib/internal/Magento/Framework/View/Element/AbstractBlock.php"|"683"|"view_block_abstract_to_html_after"|"$this->_eventManager->dispatch(
124124
'view_block_abstract_to_html_after',
125125
[
126126
'block' => $this,
127127
'transport' => $transportObject
128128
]);"
129129
"lib/internal/Magento/Framework/View/Element/Messages.php"|"262"|"view_message_block_render_grouped_html_after"|"$this->_eventManager->dispatch('view_message_block_render_grouped_html_after', $params);"
130-
"lib/internal/Magento/Framework/View/Layout.php"|"494"|"core_layout_render_element"|"$this->_eventManager->dispatch(
130+
"lib/internal/Magento/Framework/View/Layout.php"|"503"|"core_layout_render_element"|"$this->_eventManager->dispatch(
131131
'core_layout_render_element',
132132
['element_name' => $name, 'layout' => $this, 'transport' => $this->_renderingOutput]);"
133133
"lib/internal/Magento/Framework/DataObject/Copy.php"|"118"|"NO_MATCH"|"$this->eventManager->dispatch(

0 commit comments

Comments
 (0)