You are here

public function TipPluginInterface::getAttributes in Drupal 8

Same name and namespace in other branches
  1. 9 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 45

Class

TipPluginInterface
Defines an interface for tour items.

Namespace

Drupal\tour

Code

public function getAttributes();