function _hosting_basic_drupal_requirements in Hosting 5
@TODO: handle element children for requirement help function _hosting_basic_requirements() { $help['drupal'] = _hosting_basic_drupal_requirements(); $help['unix'] = _hosting_basic_unix_requirements(); $help['server'] = _hosting_basic_server_requirements();
return $help; }
File
- ./
hosting_help.inc, line 537 - Hosting help subsystem
Code
function _hosting_basic_drupal_requirements() {
$help['title'] = t('A system capable of running Drupal');
$help['summary'] = t('If you are reading this via the inline help, this would be kind of obvious. This system is entirely Drupal based, and has the same base requirements that Drupal does.');
return $help;
}