function SubscriberBase::__construct

Same name and namespace in other branches
  1. 11.x core/tests/Drupal/TestTools/Extension/HtmlLogging/SubscriberBase.php \Drupal\TestTools\Extension\HtmlLogging\SubscriberBase::__construct()

File

core/tests/Drupal/TestTools/Extension/HtmlLogging/SubscriberBase.php, line 14

Class

SubscriberBase
Base class for PHPUnit event subscribers related to HTML logging.

Namespace

Drupal\TestTools\Extension\HtmlLogging

Code

public function __construct(private readonly HtmlOutputLogger $logger) {
}

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