From 3c8a88392f8e372f5856fefbd1616e01274971a0 Mon Sep 17 00:00:00 2001 From: "Frederic G. MARAND" Date: Sat, 6 Apr 2013 17:26:05 +0200 Subject: [PATCH] Issue #1963206 by fgm: hook_schema_alter() is missing @ingroup schemaapi. --- core/modules/system/system.api.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/modules/system/system.api.php b/core/modules/system/system.api.php index 68127e2..83f4587 100644 --- a/core/modules/system/system.api.php +++ b/core/modules/system/system.api.php @@ -2474,6 +2474,8 @@ function hook_schema() { * * @param $schema * Nested array describing the schemas for all modules. + * + * @ingroup schemaapi */ function hook_schema_alter(&$schema) { // Add field to existing schema. -- 1.7.9.5