Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 
 
 
 
 
Florian Eisenmenger 41ccc32b5d checkin 2 år sedan
..
Config checkin 2 år sedan
Invoker checkin 2 år sedan
Observer checkin 2 år sedan
Test/Unit checkin 2 år sedan
etc checkin 2 år sedan
Collection.php checkin 2 år sedan
Config.php checkin 2 år sedan
ConfigInterface.php checkin 2 år sedan
InvokerInterface.php checkin 2 år sedan
Manager.php checkin 2 år sedan
ManagerInterface.php checkin 2 år sedan
Observer.php checkin 2 år sedan
ObserverFactory.php checkin 2 år sedan
ObserverInterface.php checkin 2 år sedan
README.md checkin 2 år sedan
WrapperFactory.php checkin 2 år sedan

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.