seo_checklist.install in SEO Checklist 5.0.x
Same filename and directory in other branches
Install, update and uninstall functions for the seo_checklist module.
File
seo_checklist.installView source
<?php
/**
* @file
* Install, update and uninstall functions for the seo_checklist module.
*/
/**
* Implements hook_uninstall().
*/
function seo_checklist_uninstall() {
\Drupal::configFactory()
->getEditable("checklistapi.progress.seo_checklist")
->delete();
}
Functions
Name![]() |
Description |
---|---|
seo_checklist_uninstall | Implements hook_uninstall(). |