function StubTwigTemplate::doDisplay

File

core/tests/Drupal/Tests/Core/Template/StubTwigTemplate.php, line 39

Class

StubTwigTemplate
A stub of the Twig Template class for testing.

Namespace

Drupal\Tests\Core\Template

Code

protected function doDisplay(array $context, array $blocks = []) : iterable {
    throw new \LogicException(__METHOD__ . '() not implemented.');
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.