$t('PECL runkit (for Extended Path Aliases)'), 'value' => $has_runkit ? $t('Installed') : $t('Not installed'), ); if (!$has_runkit) { $requirements['path_alias_xt']['severity'] = REQUIREMENT_INFO; $requirements['path_alias_xt']['description'] = $t('Reminder: as the PECL runkit is not installed, please edit file %path-inc if you have not done so already. See the !README file for details.', array('%path-inc' => 'include/path.inc', '!README' => 'README')); } return $requirements; } /** * Implementation of hook_install(). */ function path_alias_xt_install() { return; } /** * Implementation of hook_uninstall(). * function path_alias_xt_uninstall() { } */