public function 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 drupal/core/modules/tour/lib/Drupal/tour/TipPluginBase.php
Implements \Drupal\tour\TipPluginInterface::getAttributes().

File

drupal/core/modules/tour/lib/Drupal/tour/TipPluginInterface.php, line 37
Contains \Drupal\tour\TipPluginInterface.

Class

TipPluginInterface
Defines an interface for tour items.

Namespace

Drupal\tour

Code

public function getAttributes();