function workbench_uninstall in Workbench 8
Implements hook_uninstall().
File
- ./
workbench.install, line 11 - Uninstall config.
Code
function workbench_uninstall() {
\Drupal::configFactory()
->getEditable('system.menu.workbench')
->delete();
}