public function TipPluginTextLegacy::getBody in Drupal 10
Same name and namespace in other branches
- 9 core/modules/tour/tests/tour_test/src/Plugin/tour/tip/TipPluginTextLegacy.php \Drupal\tour_test\Plugin\tour\tip\TipPluginTextLegacy::getBody()
Returns body of the text tip.
Return value
string The tip body.
File
- core/
modules/ tour/ tests/ tour_test/ src/ Plugin/ tour/ tip/ TipPluginTextLegacy.php, line 92
Class
- TipPluginTextLegacy
- Displays some text as a tip.
Namespace
Drupal\tour_test\Plugin\tour\tipCode
public function getBody() {
return $this
->get('body');
}