public Tour::getTip($id)
Returns tip plugin.
Parameters
string $id: The identifier of the tip.
Return value
\Drupal\tour\TipPluginInterface The tip plugin.
Overrides TourInterface::getTip
File
- core/modules/tour/src/Entity/Tour.php, line 104
Class
- Tour
- Defines the configured tour entity.
Namespace
Drupal\tour\Entity
Code
public function getTip($id) { return $this->tipsCollection->get($id); }
Please login to continue.