You are here

public function ValidConsumerWithExtraArguments::addHandler in Drupal 8

Same name and namespace in other branches
  1. 9 core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/TaggedHandlersPassTest.php \Drupal\Tests\Core\DependencyInjection\Compiler\ValidConsumerWithExtraArguments::addHandler()

File

core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/TaggedHandlersPassTest.php, line 458
Contains \Drupal\Tests\Core\DependencyInjection\Compiler\TaggedHandlersPassTest.

Class

ValidConsumerWithExtraArguments

Namespace

Drupal\Tests\Core\DependencyInjection\Compiler

Code

public function addHandler(HandlerInterface $instance, $priority = 0, $extra1 = '', $extra2 = '') {
}