longyi c9405dd336 vendor %!s(int64=5) %!d(string=hai) anos
..
Config c9405dd336 vendor %!s(int64=5) %!d(string=hai) anos
Invoker c9405dd336 vendor %!s(int64=5) %!d(string=hai) anos
Observer c9405dd336 vendor %!s(int64=5) %!d(string=hai) anos
Test c9405dd336 vendor %!s(int64=5) %!d(string=hai) anos
etc c9405dd336 vendor %!s(int64=5) %!d(string=hai) anos
Collection.php c9405dd336 vendor %!s(int64=5) %!d(string=hai) anos
Config.php c9405dd336 vendor %!s(int64=5) %!d(string=hai) anos
ConfigInterface.php c9405dd336 vendor %!s(int64=5) %!d(string=hai) anos
InvokerInterface.php c9405dd336 vendor %!s(int64=5) %!d(string=hai) anos
Manager.php c9405dd336 vendor %!s(int64=5) %!d(string=hai) anos
ManagerInterface.php c9405dd336 vendor %!s(int64=5) %!d(string=hai) anos
Observer.php c9405dd336 vendor %!s(int64=5) %!d(string=hai) anos
ObserverFactory.php c9405dd336 vendor %!s(int64=5) %!d(string=hai) anos
ObserverInterface.php c9405dd336 vendor %!s(int64=5) %!d(string=hai) anos
README.md c9405dd336 vendor %!s(int64=5) %!d(string=hai) anos
WrapperFactory.php c9405dd336 vendor %!s(int64=5) %!d(string=hai) 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.