function TipPluginInterface::getAttributes
Same name in other branches
- 8.9.x core/modules/tour/src/TipPluginInterface.php \Drupal\tour\TipPluginInterface::getAttributes()
Returns an array of attributes for the tip wrapper.
Return value
array An array of classes and values.
Deprecated
in drupal:9.2.0 and is removed from drupal:10.0.0. The attributes property is no longer used.
See also
https://www.drupal.org/node/3204093
1 method overrides TipPluginInterface::getAttributes()
- TipPluginBase::getAttributes in core/
modules/ tour/ src/ TipPluginBase.php - @todo remove in https://drupal.org/node/3195193
File
-
core/
modules/ tour/ src/ TipPluginInterface.php, line 49
Class
- TipPluginInterface
- Defines an interface for tour items.
Namespace
Drupal\tourCode
public function getAttributes();
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.