civicrm_entity.post_update.php in CiviCRM Entity 8.3
Post update functions for CiviCRM Entity.
File
civicrm_entity.post_update.phpView source
<?php
/**
* @file
* Post update functions for CiviCRM Entity.
*/
/**
* Enable bundle support for CiviCRM Entity entity types.
*/
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.
}
Functions
Name | Description |
---|---|
civicrm_entity_post_update_entity_bundles | Enable bundle support for CiviCRM Entity entity types. |