... | ... | @@ -44,7 +44,7 @@ Once introduced the list of options you want, and to add the dynamic select list |
|
|
` AND l.bundle='guifi_options' AND k.bundle='guifi_options' `\
|
|
|
` AND`w.entity_id=l.id AND w.entity_id=k.entity_id `\
|
|
|
`ORDER BY w.field_weight_value, title");`\
|
|
|
`$result = $query->fetchAllKeyed(0,1);\
|
|
|
`$result = $query->fetchAllKeyed(0,1);`\
|
|
|
`return $result;`\
|
|
|
`}`
|
|
|
3. Export yaml definition for the field created by going to "export configuration" for the field storage you just created at [/admin/config/development/configuration/single/export](/admin/config/development/configuration/single/export)
|
... | ... | |