tour_tour_insert($entity)
Implements hook_ENTITY_TYPE_insert() for tour entities.
File
- core/modules/tour/tour.module, line 104
- Main functions of the module.
Code
function tour_tour_insert($entity) { \Drupal::service('plugin.manager.tour.tip')->clearCachedDefinitions(); }
Please login to continue.