function TipPluginInterface::getOutput
Same name in other branches
- 8.9.x 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\tourCode
public function getOutput();
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.