$t('Charts'), 'value' => $t('No Charts provider installed'), 'severity' => REQUIREMENT_ERROR, 'description' => $t('Charts core module only provides a a common set of functions. You must install a Charts provider module to create charts.'), ); } return $requirements; } /** * Implements hook_uninstall(). */ function charts_uninstall() { }