You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Florian Eisenmenger 41ccc32b5d checkin пре 2 година
..
Config checkin пре 2 година
Invoker checkin пре 2 година
Observer checkin пре 2 година
Test/Unit checkin пре 2 година
etc checkin пре 2 година
Collection.php checkin пре 2 година
Config.php checkin пре 2 година
ConfigInterface.php checkin пре 2 година
InvokerInterface.php checkin пре 2 година
Manager.php checkin пре 2 година
ManagerInterface.php checkin пре 2 година
Observer.php checkin пре 2 година
ObserverFactory.php checkin пре 2 година
ObserverInterface.php checkin пре 2 година
README.md checkin пре 2 година
WrapperFactory.php checkin пре 2 година

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.