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