public function MarkdownBenchmark::getResult in Markdown 3.0.x
Retrieves the result of the callback that was invoked.
Return value
mixed The callback result.
File
- src/
MarkdownBenchmark.php, line 219
Class
- MarkdownBenchmark
- Class MarkdownBenchmark.
Namespace
Drupal\markdownCode
public function getResult() {
return $this->result;
}