您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 
 
 
Florian Eisenmenger 41ccc32b5d checkin 2 年前
..
Config checkin 2 年前
Invoker checkin 2 年前
Observer checkin 2 年前
Test/Unit checkin 2 年前
etc checkin 2 年前
Collection.php checkin 2 年前
Config.php checkin 2 年前
ConfigInterface.php checkin 2 年前
InvokerInterface.php checkin 2 年前
Manager.php checkin 2 年前
ManagerInterface.php checkin 2 年前
Observer.php checkin 2 年前
ObserverFactory.php checkin 2 年前
ObserverInterface.php checkin 2 年前
README.md checkin 2 年前
WrapperFactory.php checkin 2 年前

README.md

Event

Event library provides supports for Magento events.

  • Event manager is responsible for event configuration processing and event dispatching. All client code that dispatches events must ask for \Magento\Framework\Event\Manager in constructor.
  • Event config provides interface to retrieve related observers configuration by specified event name.
  • Event observer object passes data from the code that fires the event to the observer function. There are two special types of observer objects supported in this library: Cron, and Regex. Each one has its own unique functionality in addition to basic observer functionality.