function tour_tour_insert

Implements hook_tour_insert().

File

drupal/core/modules/tour/tour.module, line 137
Main functions of the module.

Code

function tour_tour_insert($entity) {
  drupal_container()
    ->get('plugin.manager.tour.tip')
    ->clearCachedDefinitions();
}