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

8 lines
174 B
Twig

/**
* Implements hook_install().
*/
function {{ machine_name }}_install($is_syncing) {
// Set general module variables.
\Drupal::state()->set('mymodule.foo', 'bar');
}