function civicrm_entity_post_update_entity_bundles in CiviCRM Entity 8.3
Enable bundle support for CiviCRM Entity entity types.
File
- ./
civicrm_entity.post_update.php, line 11 - Post update functions for CiviCRM Entity.
Code
function civicrm_entity_post_update_entity_bundles(&$sandbox) {
// An empty post_update hook triggers a cache rebuild, which ensures that
// our new hooks and route changes are discovered.
}