Skip to content
Snippets Groups Projects
Commit cc3cd149 authored by Shelane French's avatar Shelane French
Browse files

adds uninstall function

parent 086eda25
No related branches found
No related tags found
No related merge requests found
<?php
/**
* Implements hook_uninstall().
*/
function node_access_rebuild_progressive_uninstall(): void {
// Make sure to not leave any unprocessed node.
node_access_needs_rebuild(TRUE);
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment