Returns tip plugin.
Parameters
string $id:
The identifier of the tip.
Return value
\Drupal\tour\TipPluginInterface
The tip plugin.
File
- drupal/core/modules/tour/lib/Drupal/tour/TourInterface.php, line 34
- Contains \Drupal\tour\Plugin\Core\Entity\TourInterface.
Class
- TourInterface
- Provides an interface defining a tour entity.
Namespace
Drupal\tour
Code
public function getTip($id);