Issue #3295972 by Munavijayalakshmi, nitin_lama, arunkumark, cilefen, Krilo_89: Wrong documentation since Drupal 8 for 'initial_form_field'
(cherry picked from commit a753e0e54b
)
merge-requests/2359/merge
parent
70c8d13c86
commit
bd4f7e4c6b
|
@ -307,7 +307,7 @@ abstract class Schema implements PlaceholderInterface {
|
||||||
* created field will be set to the value of the key in all rows.
|
* 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
|
* This is most useful for creating NOT NULL columns with no default
|
||||||
* value in existing tables.
|
* 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.
|
* auto-populate the new field with values from the specified field.
|
||||||
* @param $keys_new
|
* @param $keys_new
|
||||||
* (optional) Keys and indexes specification to be created on the
|
* (optional) Keys and indexes specification to be created on the
|
||||||
|
|
Loading…
Reference in New Issue