public function TipPluginBase::getAttributes

Implements \Drupal\tour\TipPluginInterface::getAttributes().

Overrides TipPluginInterface::getAttributes

1 call to TipPluginBase::getAttributes()
TipPluginText::getAttributes in drupal/core/modules/tour/lib/Drupal/tour/Plugin/tour/tip/TipPluginText.php
Overrides \Drupal\tour\TipPluginBase::getAttributes().
1 method overrides TipPluginBase::getAttributes()
TipPluginText::getAttributes in drupal/core/modules/tour/lib/Drupal/tour/Plugin/tour/tip/TipPluginText.php
Overrides \Drupal\tour\TipPluginBase::getAttributes().

File

drupal/core/modules/tour/lib/Drupal/tour/TipPluginBase.php, line 56
Contains \Drupal\tour\TipPluginBase.

Class

TipPluginBase
Defines a base tour implementation.

Namespace

Drupal\tour

Code

public function getAttributes() {
  return $this
    ->get('attributes');
}