function bibcite_entity_update_8012 in Bibliography & Citation 8
Same name and namespace in other branches
- 2.0.x modules/bibcite_entity/bibcite_entity.install \bibcite_entity_update_8012()
Update entity routes.
File
- modules/bibcite_entity/ bibcite_entity.install, line 437 
- Module installation hooks implementation.
Code
function bibcite_entity_update_8012() {
  \Drupal::service('router.builder')
    ->rebuild();
}