8000 [EventDispatcher] Add Drupal EventDispatcher by znerol · Pull Request #12521 · symfony/symfony · GitHub
[go: up one dir, main page]

Skip to content

[EventDispatcher] Add Drupal EventDispatcher #12521

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 18 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix docs on compiled event dispatcher
  • Loading branch information
znerol committed Jan 18, 2015
commit 02d84f7e93c7c3160842c03c811c52c784ee09be
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
* <dd>
* Instead of calling <code>addSubscriberService</code> once for each
* subscriber, a precompiled array of listener definitions is passed
* directly to the constructor. This is faster by roughly an order of
* magnitude. The listeners are collected and prepared using a compiler
* directly to the constructor. This is faster by an order of magnitude.
* The listeners are collected and prepared using a compiler
* pass.
* </dd>
* <dt>Lazy instantiation of listeners</dt>
Expand Down
0