function webform_captcha_entity_delete in Webform Captcha 7
Implements hook_entity_delete().
File
- ./
webform_captcha.module, line 17
Code
function webform_captcha_entity_delete($entity, $type) {
_webform_captcha__set_webform_captcha(NULL, $entity, $type);
}