Issue #1963206 by fgm: Add hook_schema_alter to scheamapi topic
parent
34c574708d
commit
3f64ddc886
|
@ -3186,6 +3186,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.
|
||||
|
|
Loading…
Reference in New Issue