1 image_example.install | image_example_disable() |
Implements hook_disable().
Related topics
File
- modules/
examples/ image_example/ image_example.install, line 43 - Install, update, and uninstall functions for the image_example module.
Code
function image_example_disable() {
// Solves the same problem as image_example_enable().
image_example_enable();
}