You are here

public function TipPluginInterface::getOutput in Drupal 8

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();