function ValidConsumerWithExtraArguments::addWithDifferentOrder

File

core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/TaggedHandlersPassTest.php, line 508

Class

ValidConsumerWithExtraArguments
Test class of a valid consumer with extra arguments.

Namespace

Drupal\Tests\Core\DependencyInjection\Compiler

Code

public function addWithDifferentOrder(HandlerInterface $instance, $extra1, $priority = 0, $extra2 = 'default2', $extra3 = 'default3') {
}

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