function custom_formatters_install in Custom Formatters 6
Same name and namespace in other branches
- 8.3 custom_formatters.install \custom_formatters_install()
Implements hook_install().
File
- ./
custom_formatters.install, line 66 - Install, update and uninstall functions for the Custom Formatters module.
Code
function custom_formatters_install() {
drupal_install_schema('custom_formatters');
}