summaryrefslogtreecommitdiff
path: root/includes/common.inc
diff options
context:
space:
mode:
authorDavid Rothstein <drothstein@gmail.com>2015-10-14 16:24:06 -0400
committerDavid Rothstein <drothstein@gmail.com>2015-10-14 16:24:06 -0400
commit9c5cd0c6064ff569b750277248832405e61f931e (patch)
tree6213e3b545c9ebadbf72ba465df0eb714201d8a5 /includes/common.inc
parente2050b5758785d78684f3692900475b2e6553888 (diff)
downloadbrdo-9c5cd0c6064ff569b750277248832405e61f931e.tar.gz
brdo-9c5cd0c6064ff569b750277248832405e61f931e.tar.bz2
Issue #2530872 by orbmantell, TravisCarden: Improve documentation of drupal_get_schema() and drupal_get_schema_unprocessed()
Diffstat (limited to 'includes/common.inc')
-rw-r--r--includes/common.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/includes/common.inc b/includes/common.inc
index e5e8150dc..bb27d391e 100644
--- a/includes/common.inc
+++ b/includes/common.inc
@@ -7098,7 +7098,8 @@ function drupal_uninstall_schema($module) {
* specification of a schema, as it was defined in a module's
* hook_schema(). No additional default values will be set,
* hook_schema_alter() is not invoked and these unprocessed
- * definitions won't be cached.
+ * definitions won't be cached. To retrieve the schema after
+ * hook_schema_alter() has been invoked use drupal_get_schema().
*
* This function can be used to retrieve a schema specification in
* hook_schema(), so it allows you to derive your tables from existing