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
1 2 3 | function tour_tour_insert( $entity ) { \Drupal::service( 'plugin.manager.tour.tip' )->clearCachedDefinitions(); } |
Please login to continue.