function TestWithDispatcher::foo

File

core/tests/Drupal/Tests/Component/EventDispatcher/ContainerAwareEventDispatcherTest.php, line 590

Class

TestWithDispatcher

Namespace

Drupal\Tests\Component\EventDispatcher

Code

public function foo(Event $e, $name, $dispatcher) {
  $this->name = $name;
  $this->dispatcher = $dispatcher;
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.