function StubTwigTemplate::getDebugInfo

File

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

Class

StubTwigTemplate
A stub of the Twig Template class for testing.

Namespace

Drupal\Tests\Core\Template

Code

public function getDebugInfo() : array {
    return [];
}

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