File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
lib/internal/Magento/Framework/View/Result Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -157,12 +157,13 @@ public function renderResult(ResponseInterface $response)
157
157
{
158
158
\Magento \Framework \Profiler::start ('LAYOUT ' );
159
159
\Magento \Framework \Profiler::start ('layout_render ' );
160
-
160
+
161
+ $ this ->eventManager ->dispatch ('layout_render_before ' );
162
+ $ this ->eventManager ->dispatch ('layout_render_before_ ' . $ this ->request ->getFullActionName ());
163
+
161
164
$ this ->applyHttpHeaders ($ response );
162
165
$ this ->render ($ response );
163
166
164
- $ this ->eventManager ->dispatch ('layout_render_before ' );
165
- $ this ->eventManager ->dispatch ('layout_render_before_ ' . $ this ->request ->getFullActionName ());
166
167
\Magento \Framework \Profiler::stop ('layout_render ' );
167
168
\Magento \Framework \Profiler::stop ('LAYOUT ' );
168
169
return $ this ;
You can’t perform that action at this time.
0 commit comments