Skip to content
Snippets Groups Projects
Commit 05855c19 authored by Angie Byron's avatar Angie Byron
Browse files

Issue #1191014 by ttaylor249, oriol_e9g: Fixed Field Storage API topic and...

Issue #1191014 by ttaylor249, oriol_e9g: Fixed Field Storage API topic and field_create_field() have wrong variable name in doc.
parent 9b15f640
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
......@@ -43,7 +43,7 @@ function __construct($errors) {
* such as a cloud-based database.
*
* Each field defines which storage backend it uses. The Drupal system variable
* 'field_default_storage' identifies the storage backend used by default.
* 'field_storage_default' identifies the storage backend used by default.
*/
/**
......
......@@ -38,7 +38,7 @@
* - settings: each omitted setting is given the default value defined in
* hook_field_info().
* - storage:
* - type: the storage backend specified in the 'field_default_storage'
* - type: the storage backend specified in the 'field_storage_default'
* system variable.
* - settings: each omitted setting is given the default value specified in
* hook_field_storage_info().
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment