public TourInterface::getTip($id)
Returns tip plugin.
Parameters
string $id: The identifier of the tip.
Return value
\Drupal\tour\TipPluginInterface The tip plugin.
File
- core/modules/tour/src/TourInterface.php, line 42
Class
- TourInterface
- Provides an interface defining a tour entity.
Namespace
Drupal\tour
Code
public function getTip($id);
Please login to continue.