summaryrefslogtreecommitdiff
path: root/profiles/standard
diff options
context:
space:
mode:
Diffstat (limited to 'profiles/standard')
-rw-r--r--profiles/standard/standard.install6
-rw-r--r--profiles/standard/standard.profile6
2 files changed, 11 insertions, 1 deletions
diff --git a/profiles/standard/standard.install b/profiles/standard/standard.install
index ccc70443f..ab3e8a1ad 100644
--- a/profiles/standard/standard.install
+++ b/profiles/standard/standard.install
@@ -1,9 +1,15 @@
<?php
+/**
+ * @file
+ * Install, update and uninstall functions for the standard install profile.
+ */
/**
* Implements hook_install().
*
* Perform actions to set up the site for this profile.
+ *
+ * @see system_install()
*/
function standard_install() {
// Add text formats.
diff --git a/profiles/standard/standard.profile b/profiles/standard/standard.profile
index 7671c12a2..d554c9379 100644
--- a/profiles/standard/standard.profile
+++ b/profiles/standard/standard.profile
@@ -1,7 +1,11 @@
<?php
+/**
+ * @file
+ * Enables modules and site configuration for a standard site installation.
+ */
/**
- * Implements hook_form_FORM_ID_alter().
+ * Implements hook_form_FORM_ID_alter() for install_configure_form().
*
* Allows the profile to alter the site configuration form.
*/