protected property FakeTemplateWrapper::$body in Drupal 9
Same name and namespace in other branches
- 8 core/modules/help_topics/tests/src/Unit/HelpTopicTwigTest.php \Drupal\Tests\help_topics\Unit\FakeTemplateWrapper::body
Body text to return from the render() method.
Type: string
File
- core/
modules/ help_topics/ tests/ src/ Unit/ HelpTopicTwigTest.php, line 119
Class
- FakeTemplateWrapper
- Defines a fake template class to mock \Twig\TemplateWrapper.
Namespace
Drupal\Tests\help_topics\UnitCode
protected $body;