LoginSignup
7
7

More than 5 years have passed since last update.

ec-cube/silex/symfonyのイベント対比表

Last updated at Posted at 2015-12-21

ec-cube/silex/symfonyのイベントの実行タイミングをまとめてみました。

ec-cube silex symfony 実行順序 備考
eccube.event.app.before before, early_event KernelEvents::REQUEST, 512 1 ルーティング解決、セキュリティコンポーネントの実行前。ログインユーザ情報は取得できない
eccube.event.controller.[route].before before KernelEvents::REQUEST 2
eccube.event.controller.[route].after after KernelEvents::RESPONSE 3
eccube.event.app.after after, late_event KernelEvents::RESPONSE, -512 5
eccube.event.controller.[route].finish finish KernelEvents::TERMINATE 6
eccube.event.render.[route].before - KernelEvents::RESPONSE 4 FilterResponseイベントが引数として受け取ることができる

12/22は、 @amidaike さんです!

7
7
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
7
7