function TipPluginInterface::getOutput

Same name and namespace in other branches
  1. 9 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 75

Class

TipPluginInterface
Defines an interface for tour items.

Namespace

Drupal\tour

Code

public function getOutput();

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.