25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
 
 
 
Florian Eisenmenger 41ccc32b5d checkin 2 yıl önce
..
Config checkin 2 yıl önce
Invoker checkin 2 yıl önce
Observer checkin 2 yıl önce
Test/Unit checkin 2 yıl önce
etc checkin 2 yıl önce
Collection.php checkin 2 yıl önce
Config.php checkin 2 yıl önce
ConfigInterface.php checkin 2 yıl önce
InvokerInterface.php checkin 2 yıl önce
Manager.php checkin 2 yıl önce
ManagerInterface.php checkin 2 yıl önce
Observer.php checkin 2 yıl önce
ObserverFactory.php checkin 2 yıl önce
ObserverInterface.php checkin 2 yıl önce
README.md checkin 2 yıl önce
WrapperFactory.php checkin 2 yıl önce

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.