You are here

public function MarkdownBenchmarkAverages::hasBenchmarks in Markdown 3.0.x

Indicates whether there are benchmarks or not.

Return value

bool TRUE or FALSE

1 call to MarkdownBenchmarkAverages::hasBenchmarks()
MarkdownBenchmarkAverages::build in src/MarkdownBenchmarkAverages.php

File

src/MarkdownBenchmarkAverages.php, line 298

Class

MarkdownBenchmarkAverages
Class MarkdownBenchmarkAverages.

Namespace

Drupal\markdown

Code

public function hasBenchmarks() {
  return !!$this->benchmarks;
}