You are here

public function TipPluginInterface::getOutput in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/tour/src/TipPluginInterface.php \Drupal\tour\TipPluginInterface::getOutput()

Returns a renderable array.

Return value

array A renderable array.

Deprecated

in drupal:9.2.0 and is removed from drupal:10.0.0. Use getBody() instead, and do not include the tip label in the returned output.

See also

https://www.drupal.org/node/3195234

1 method overrides TipPluginInterface::getOutput()
TipPluginBase::getOutput in core/modules/tour/src/TipPluginBase.php
This method should not be used. It is deprecated from TipPluginInterface.

File

core/modules/tour/src/TipPluginInterface.php, line 84

Class

TipPluginInterface
Defines an interface for tour items.

Namespace

Drupal\tour

Code

public function getOutput();