public function TipPluginInterface::getOutput

Returns a renderable array.

Return value

array A renderable array.

2 methods override TipPluginInterface::getOutput()
TipPluginImage::getOutput in drupal/core/modules/tour/tests/tour_test/lib/Drupal/tour_test/Plugin/tour/tip/TipPluginImage.php
Overrides \Drupal\tour\Plugin\tour\tour\TipPluginInterface::getOutput().
TipPluginText::getOutput in drupal/core/modules/tour/lib/Drupal/tour/Plugin/tour/tip/TipPluginText.php
Implements \Drupal\tour\TipPluginInterface::getOutput().

File

drupal/core/modules/tour/lib/Drupal/tour/TipPluginInterface.php, line 67
Contains \Drupal\tour\TipPluginInterface.

Class

TipPluginInterface
Defines an interface for tour items.

Namespace

Drupal\tour

Code

public function getOutput();