Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
node_title_validation
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
node_title_validation
Commits
f7f5c2ac
Commit
f7f5c2ac
authored
9 years ago
by
Krishna Kanth
Browse files
Options
Downloads
Plain Diff
Merge branch '8.x-1.x' of git.drupal.org:project/node_title_validation into 8.x-1.x
parents
1ed1c81c
9436a8a9
Branches
Branches containing commit
Tags
8.x-1.1
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
node_title_validation.install
+7
-0
7 additions, 0 deletions
node_title_validation.install
with
7 additions
and
0 deletions
node_title_validation.install
+
7
−
0
View file @
f7f5c2ac
...
...
@@ -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
();
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment