public function TourInterface::getTip in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/tour/src/TourInterface.php \Drupal\tour\TourInterface::getTip()
Returns tip plugin.
Parameters
string $id: The identifier of the tip.
Return value
\Drupal\tour\TipPluginInterface The tip plugin.
1 method overrides TourInterface::getTip()
- Tour::getTip in core/
modules/ tour/ src/ Entity/ Tour.php - Returns tip plugin.
File
- core/
modules/ tour/ src/ TourInterface.php, line 47 - Contains \Drupal\tour\TourInterface.
Class
- TourInterface
- Provides an interface defining a tour entity.
Namespace
Drupal\tourCode
public function getTip($id);