You are here

public function HelpTopicPluginInterface::getBody in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/help_topics/src/HelpTopicPluginInterface.php \Drupal\help_topics\HelpTopicPluginInterface::getBody()
  2. 10 core/modules/help_topics/src/HelpTopicPluginInterface.php \Drupal\help_topics\HelpTopicPluginInterface::getBody()

Returns the body of the topic.

Return value

array A render array representing the body.

2 methods override HelpTopicPluginInterface::getBody()
HelpTopicTwig::getBody in core/modules/help_topics/src/HelpTopicTwig.php
Returns the body of the topic.
TestHelpTopicPlugin::getBody in core/modules/help_topics/tests/modules/help_topics_test/src/Plugin/HelpTopic/TestHelpTopicPlugin.php
Returns the body of the topic.

File

core/modules/help_topics/src/HelpTopicPluginInterface.php, line 35

Class

HelpTopicPluginInterface
Defines an interface for help topic plugin classes.

Namespace

Drupal\help_topics

Code

public function getBody();