function SubscriberBase::logger

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

File

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

Class

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

Namespace

Drupal\TestTools\Extension\HtmlLogging

Code

protected function logger() : HtmlOutputLogger {
  return $this->logger;
}

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