Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 
 
 
Florian Eisenmenger 41ccc32b5d checkin il y a 2 ans
..
Config checkin il y a 2 ans
Invoker checkin il y a 2 ans
Observer checkin il y a 2 ans
Test/Unit checkin il y a 2 ans
etc checkin il y a 2 ans
Collection.php checkin il y a 2 ans
Config.php checkin il y a 2 ans
ConfigInterface.php checkin il y a 2 ans
InvokerInterface.php checkin il y a 2 ans
Manager.php checkin il y a 2 ans
ManagerInterface.php checkin il y a 2 ans
Observer.php checkin il y a 2 ans
ObserverFactory.php checkin il y a 2 ans
ObserverInterface.php checkin il y a 2 ans
README.md checkin il y a 2 ans
WrapperFactory.php checkin il y a 2 ans

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.