You are here

protected property HelpTopicSection::$renderer in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/help_topics/src/Plugin/HelpSection/HelpTopicSection.php \Drupal\help_topics\Plugin\HelpSection\HelpTopicSection::renderer

The Renderer service to format the username and node.

Type: \Drupal\Core\Render\RendererInterface

File

core/modules/help_topics/src/Plugin/HelpSection/HelpTopicSection.php, line 63

Class

HelpTopicSection
Provides the help topics list section for the help page.

Namespace

Drupal\help_topics\Plugin\HelpSection

Code

protected $renderer;