function TestEventListener::preFoo

Same name and namespace in other branches
  1. 10 core/tests/Drupal/Tests/Component/EventDispatcher/ContainerAwareEventDispatcherTest.php \Drupal\Tests\Component\EventDispatcher\TestEventListener::preFoo()
  2. 8.9.x core/tests/Drupal/Tests/Component/EventDispatcher/ContainerAwareEventDispatcherTest.php \Drupal\Tests\Component\EventDispatcher\TestEventListener::preFoo()

Listener methods.

File

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

Class

TestEventListener

Namespace

Drupal\Tests\Component\EventDispatcher

Code

public function preFoo(Event $e) {
  $this->preFooInvoked = TRUE;
}

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