I've got the error that while_entity_info() is not found in hook while_uninstall() when I uninstall the module.

CommentFileSizeAuthor
#1 while_uninstall_2465033_1.patch482 bytesa.milkovsky
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

a.milkovsky’s picture

Assigned: a.milkovsky » Unassigned
Status: Active » Needs review
FileSize
482 bytes

We need to load module file for the function to be found.

TolstoyDotCom’s picture

I also added if (db_table_exists('white_type')) { before the db_select in while_entity_info, with the closing brace after the foreach.