You are here

public function TipPluginInterface::getAttributes in Drupal 9

Same name and namespace in other branches
  1. 8 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\tour

Code

public function getAttributes();