function coder_upgrade_upgrade_parser_install_alter in Coder 7.2
Same name and namespace in other branches
- 7 coder_upgrade/conversions/install.inc \coder_upgrade_upgrade_parser_install_alter()
Implements hook_upgrade_parser_install_alter().
Applies finishing touches to the install file.
Parameters
PGPReader $reader: The object containing the grammar statements of the file to convert.
File
- coder_upgrade/
conversions/ install.inc, line 31 - Provides conversion routines applied to install files.
Code
function coder_upgrade_upgrade_parser_install_alter(&$reader) {
coder_upgrade_convert_install_file_comment($reader);
}