interface TourTipPluginInterface
Same name in other branches
- 9 core/modules/tour/src/TourTipPluginInterface.php \Drupal\tour\TourTipPluginInterface
- 11.x core/modules/tour/src/TourTipPluginInterface.php \Drupal\tour\TourTipPluginInterface
Defines an interface for tour items.
Hierarchy
- interface \Drupal\tour\TipPluginInterface
- interface \Drupal\tour\TourTipPluginInterface extends \Drupal\tour\TipPluginInterface
Expanded class hierarchy of TourTipPluginInterface
All classes that implement TourTipPluginInterface
Deprecated
in drupal:10.1.0 and is removed from drupal:11.0.0. Implements TipPluginInterface instead.
See also
https://www.drupal.org/node/3340701
1 file declares its use of TourTipPluginInterface
- TourTipLegacyTest.php in core/
modules/ tour/ tests/ src/ Kernel/ TourTipLegacyTest.php
File
-
core/
modules/ tour/ src/ TourTipPluginInterface.php, line 20
Namespace
Drupal\tourView source
interface TourTipPluginInterface extends TipPluginInterface {
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.