function 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

File

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

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.