Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 
 
 
 
Florian Eisenmenger 41ccc32b5d checkin há 2 anos
..
Config checkin há 2 anos
Invoker checkin há 2 anos
Observer checkin há 2 anos
Test/Unit checkin há 2 anos
etc checkin há 2 anos
Collection.php checkin há 2 anos
Config.php checkin há 2 anos
ConfigInterface.php checkin há 2 anos
InvokerInterface.php checkin há 2 anos
Manager.php checkin há 2 anos
ManagerInterface.php checkin há 2 anos
Observer.php checkin há 2 anos
ObserverFactory.php checkin há 2 anos
ObserverInterface.php checkin há 2 anos
README.md checkin há 2 anos
WrapperFactory.php checkin há 2 anos

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.