v1/vendor/chi-teck/drupal-code-generator/templates/hook/uninstall.twig

8 lines
187 B
Twig

/**
* Implements hook_uninstall().
*/
function {{ machine_name }}_uninstall($is_syncing) {
// Delete remaining general module variables.
\Drupal::state()->delete('mymodule.foo');
}