Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 
 
 
 
Florian Eisenmenger 41ccc32b5d checkin 2 anni fa
..
Config checkin 2 anni fa
Invoker checkin 2 anni fa
Observer checkin 2 anni fa
Test/Unit checkin 2 anni fa
etc checkin 2 anni fa
Collection.php checkin 2 anni fa
Config.php checkin 2 anni fa
ConfigInterface.php checkin 2 anni fa
InvokerInterface.php checkin 2 anni fa
Manager.php checkin 2 anni fa
ManagerInterface.php checkin 2 anni fa
Observer.php checkin 2 anni fa
ObserverFactory.php checkin 2 anni fa
ObserverInterface.php checkin 2 anni fa
README.md checkin 2 anni fa
WrapperFactory.php checkin 2 anni fa

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.