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()
File
- src/
MarkdownBenchmarkAverages.php, line 298
Class
- MarkdownBenchmarkAverages
- Class MarkdownBenchmarkAverages.
Namespace
Drupal\markdownCode
public function hasBenchmarks() {
return !!$this->benchmarks;
}