Skip to content

Instantly share code, notes, and snippets.

@kurozumi
Created April 18, 2017 12:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kurozumi/c4612b65bdbae46230a44fb072b971a2 to your computer and use it in GitHub Desktop.
Save kurozumi/c4612b65bdbae46230a44fb072b971a2 to your computer and use it in GitHub Desktop.
【EC-CUBE3】会員情報を拡張するためのイベントyamlファイル
admin.customer.edit.index.initialize:
- [onAdminCustomerEditIndexInitialize, NORMAL]
admin.customer.edit.index.complete:
- [onAdminCustomerEditIndexComplete, NORMAL]
front.entry.index.initialize:
- [onFrontEntryIndexInitialize, NORMAL]
front.entry.index.complete:
- [onFrontEntryIndexComplete, NORMAL]
front.mypage.change.index.initialize:
- [onFrontMypageChangeIndexInitialize, NORMAL]
front.mypage.change.index.complete:
- [onFrontMypageChangeIndexComplete, NORMAL]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment