function Tour::getTip

File

core/modules/tour/src/Entity/Tour.php, line 113

Class

Tour
Defines the configured tour entity.

Namespace

Drupal\tour\Entity

Code

public function getTip($id) {
  return $this->tipsCollection
    ->get($id);
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.