You are here

protected property TipPluginBase::$attributes in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/tour/src/TipPluginBase.php \Drupal\tour\TipPluginBase::attributes

The attributes that will be applied to the markup of this tip.

Type: array

Deprecated

in drupal:9.2.0 and is removed from drupal:10.0.0. There is no direct replacement. Note that this was never actually used.

See also

https://www.drupal.org/node/3204096

File

core/modules/tour/src/TipPluginBase.php, line 41

Class

TipPluginBase
Defines a base tour item implementation.

Namespace

Drupal\tour

Code

protected $attributes;