public function TipPluginInterface::getAttributes in Zircon Profile 8
Same name and namespace in other branches
- 8.0 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.
1 method overrides TipPluginInterface::getAttributes()
- TipPluginBase::getAttributes in core/
modules/ tour/ src/ TipPluginBase.php - Returns an array of attributes for the tip wrapper.
File
- core/
modules/ tour/ src/ TipPluginInterface.php, line 50 - Contains \Drupal\tour\TipPluginInterface.
Class
- TipPluginInterface
- Defines an interface for tour items.
Namespace
Drupal\tourCode
public function getAttributes();