Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. Renderer.php

function Renderer::__construct

Same name in this branch
  1. 11.1.x core/lib/Drupal/Core/Render/Renderer.php \Drupal\Core\Render\Renderer::__construct()

File

vendor/phpunit/php-code-coverage/src/Report/Html/Renderer.php, line 37

Class

Renderer
@internal This class is not covered by the backward compatibility promise for phpunit/php-code-coverage

Namespace

SebastianBergmann\CodeCoverage\Report\Html

Code

public function __construct(string $templatePath, string $generator, string $date, Thresholds $thresholds, bool $hasBranchCoverage) {
    $this->templatePath = $templatePath;
    $this->generator = $generator;
    $this->date = $date;
    $this->thresholds = $thresholds;
    $this->version = Version::id();
    $this->hasBranchCoverage = $hasBranchCoverage;
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal