function BatchInjectionCallbacks::__construct

File

core/modules/system/tests/modules/batch_test/src/BatchInjectionCallbacks.php, line 19

Class

BatchInjectionCallbacks
Batch callbacks using dependency injection for testing batches.

Namespace

Drupal\batch_test

Code

public function __construct(protected readonly ThemeManagerInterface $themeManager, protected readonly RouteMatchInterface $routeMatch, protected readonly RequestStack $requestStack, protected readonly TitleResolverInterface $titleResolver) {
}

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