Skip to content
Snippets Groups Projects
Commit 1f63d35b authored by Jaydev Bhatt's avatar Jaydev Bhatt
Browse files

Issue #3281676: Add missing short description in the doc comment of uninstall hook.

parent 9b66fa1a
No related branches found
No related tags found
1 merge request!28Issue #3281676: Update Views’ paths dynamically based on admin path setting
......@@ -2,6 +2,7 @@
/**
* @file
* Provides the uninstall hook for the Rename Admin Paths module.
*/
declare(strict_types=1);
......@@ -10,6 +11,8 @@ use Drupal\views\Entity\View;
/**
* Implements hook_uninstall().
*
* Reverts custom admin paths in views back to 'admin' on module uninstall.
*/
function rename_admin_paths_uninstall(): void {
// Load the config to get the current custom admin path.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment