function hook_workflow_config_transition_delete in Workflow 8
File
- ./
workflow.api.php, line 457 - Hooks provided by the workflow module.
Code
function hook_workflow_config_transition_delete(EntityInterface $entity) {
// workflow_debug(__FILE__, __FUNCTION__, __LINE__, 'delete', $entity->getEntityTypeId());
}