This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
montpellier/drupal/mon_agglo_comptecitoyen/mon_agglo_comptecitoyen.ins...

14 lines
195 B
Plaintext

<?php
/**
* Implements hook_install().
*/
function mon_agglo_comptecitoyen_install() {
}
/**
* Implements hook_uninstall().
*/
function mon_agglo_comptecitoyen_uninstall() {
}