You are here

public function MarkdownBenchmark::getType in Markdown 3.0.x

Retrieves the type of benchmark.

Return value

string The benchmark type.

1 call to MarkdownBenchmark::getType()
MarkdownBenchmark::isInvalid in src/MarkdownBenchmark.php
Indicates whether the benchmark is invalid.

File

src/MarkdownBenchmark.php, line 239

Class

MarkdownBenchmark
Class MarkdownBenchmark.

Namespace

Drupal\markdown

Code

public function getType() {
  return $this->type;
}