class Tip

Defines a Tip annotation object.

Hierarchy

Expanded class hierarchy of Tip

2 files declare their use of Tip
TipPluginImage.php in drupal/core/modules/tour/tests/tour_test/lib/Drupal/tour_test/Plugin/tour/tip/TipPluginImage.php
Contains \Drupal\tour_test\Plugin\tour\tour\TipPluginImage.
TipPluginText.php in drupal/core/modules/tour/lib/Drupal/tour/Plugin/tour/tip/TipPluginText.php
Contains \Drupal\tour\Plugin\tour\tip\TipPluginText.
2 classes are annotated with Tip
TipPluginImage in drupal/core/modules/tour/tests/tour_test/lib/Drupal/tour_test/Plugin/tour/tip/TipPluginImage.php
Displays an image as a tip.
TipPluginText in drupal/core/modules/tour/lib/Drupal/tour/Plugin/tour/tip/TipPluginText.php
Displays some text as a tip.

File

drupal/core/modules/tour/lib/Drupal/tour/Annotation/Tip.php, line 17
Contains \Drupal\tour\Annotation\Tip.

Namespace

Drupal\tour\Annotation
View source
class Tip extends PluginID {

  /**
   * The plugin ID.
   *
   * @var string
   */
  public $id;

}

Members

Namesort descending Modifiers Type Description Overrides
PluginID::$value public property The plugin ID.
PluginID::get public function Implements \Drupal\Core\Annotation\AnnotationInterface::get(). Overrides AnnotationInterface::get
Tip::$id public property The plugin ID.