public function TipPluginInterface::getOutput in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/tour/src/TipPluginInterface.php \Drupal\tour\TipPluginInterface::getOutput()
Returns a renderable array.
Return value
array A renderable array.
2 methods override TipPluginInterface::getOutput()
- TipPluginImage::getOutput in core/
modules/ tour/ tests/ tour_test/ src/ Plugin/ tour/ tip/ TipPluginImage.php - Returns a renderable array.
- TipPluginText::getOutput in core/
modules/ tour/ src/ Plugin/ tour/ tip/ TipPluginText.php - Returns a renderable array.
File
- core/
modules/ tour/ src/ TipPluginInterface.php, line 80 - Contains \Drupal\tour\TipPluginInterface.
Class
- TipPluginInterface
- Defines an interface for tour items.
Namespace
Drupal\tourCode
public function getOutput();