summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorJennifer Hodgdon <yahgrp@poplarware.com>2013-08-13 08:01:52 -0700
committerJennifer Hodgdon <yahgrp@poplarware.com>2013-08-13 08:01:52 -0700
commitb84232ef396ea480f7503efd21c02391c1fdfa76 (patch)
treeb74090bc4c5f7d4a3378eaed9a7914e5eab692d1 /modules
parent8bc33bdef37cf2bde9200500cc5b4280d2617b2e (diff)
downloadbrdo-b84232ef396ea480f7503efd21c02391c1fdfa76.tar.gz
brdo-b84232ef396ea480f7503efd21c02391c1fdfa76.tar.bz2
Issue #2062127 by jlindsey15, joachim: Document system_requirements as implementation of hook_requirements
Diffstat (limited to 'modules')
-rw-r--r--modules/system/system.install7
1 files changed, 1 insertions, 6 deletions
diff --git a/modules/system/system.install b/modules/system/system.install
index a58e855ad..5042efbef 100644
--- a/modules/system/system.install
+++ b/modules/system/system.install
@@ -6,12 +6,7 @@
*/
/**
- * Test and report Drupal installation requirements.
- *
- * @param $phase
- * The current system installation phase.
- * @return
- * An array of system requirements.
+ * Implements hook_requirements().
*/
function system_requirements($phase) {
global $base_url;