From bd4f7e4c6b93befb566e60103abdfd1928ce38c5 Mon Sep 17 00:00:00 2001 From: catch Date: Mon, 25 Jul 2022 15:18:15 +0900 Subject: [PATCH] Issue #3295972 by Munavijayalakshmi, nitin_lama, arunkumark, cilefen, Krilo_89: Wrong documentation since Drupal 8 for 'initial_form_field' (cherry picked from commit a753e0e54bdcaef74864079bf03c692a82137232) --- core/lib/Drupal/Core/Database/Schema.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/lib/Drupal/Core/Database/Schema.php b/core/lib/Drupal/Core/Database/Schema.php index 9f14f359214..68157cdc419 100644 --- a/core/lib/Drupal/Core/Database/Schema.php +++ b/core/lib/Drupal/Core/Database/Schema.php @@ -307,7 +307,7 @@ abstract class Schema implements PlaceholderInterface { * created field will be set to the value of the key in all rows. * This is most useful for creating NOT NULL columns with no default * value in existing tables. - * Alternatively, the 'initial_form_field' key may be used, which will + * Alternatively, the 'initial_from_field' key may be used, which will * auto-populate the new field with values from the specified field. * @param $keys_new * (optional) Keys and indexes specification to be created on the