function hook_opening_hours_delete in Opening hours 7
Allows modules to act before an Opening hours instance is deleted.
Parameters
$instance: The Opening hours instance as an object.
1 invocation of hook_opening_hours_delete()
- opening_hours_instance_id_api_page in includes/
opening_hours.pages.inc - The CRUD API for a specific instance ID.
File
- ./
opening_hours.api.php, line 28 - Documenting Opening hours hooks.
Code
function hook_opening_hours_delete($instance) {
// No example.
}