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