Skip to content
Snippets Groups Projects
Commit f7f5c2ac authored by Krishna Kanth's avatar Krishna Kanth
Browse files

Merge branch '8.x-1.x' of git.drupal.org:project/node_title_validation into 8.x-1.x

parents 1ed1c81c 9436a8a9
Branches
Tags 8.x-1.1
No related merge requests found
......@@ -5,3 +5,10 @@
* Node title validation install.
*/
/*
* Implements hook_uninstall().
*/
function node_title_validation_uninstall() {
// Deleting the validation settings while uninstalling the module.
\Drupal::configFactory()->getEditable('node_title_validation_config.node_title_validation_settings')->delete();
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment