You are here

public function ValidConsumerWithExtraArguments::addNoPriority in Drupal 9

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

File

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

Class

ValidConsumerWithExtraArguments

Namespace

Drupal\Tests\Core\DependencyInjection\Compiler

Code

public function addNoPriority(HandlerInterface $instance, $extra) {
}