Skip to content
Snippets Groups Projects
Commit 401d1bb8 authored by Dries Buytaert's avatar Dries Buytaert
Browse files

- Patch #884718 by ctmattice1: documentation problem with hook_schema().

parent 33ef4229
Branches
Tags
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
...@@ -2577,7 +2577,7 @@ function hook_schema() { ...@@ -2577,7 +2577,7 @@ function hook_schema() {
'not null' => TRUE, 'not null' => TRUE,
'default' => ''), 'default' => ''),
'title' => array( 'title' => array(
'description' => 'The title of this node, always treated a non-markup plain text.', 'description' => 'The title of this node, always treated as non-markup plain text.',
'type' => 'varchar', 'type' => 'varchar',
'length' => 255, 'length' => 255,
'not null' => TRUE, 'not null' => TRUE,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment