legacy_help
- Versions
- 4.6 – 5
legacy_help($section)
Implementation of hook_help().
Code
modules/legacy.module, line 11
<?php
function legacy_help($section) {
switch ($section) {
case 'admin/modules#description':
return t('Provides legacy handlers for upgrades from older Drupal installations.');
}
}
?>Login or register to post comments 