Update to Drupal 8.2.2. For more information, see https://www.drupal.org/project/drupal/releases/8.2.2
This commit is contained in:
parent
23ffed3665
commit
507b45a0ed
378 changed files with 11434 additions and 5542 deletions
|
@ -10,9 +10,22 @@ source:
|
|||
process:
|
||||
default_langcode:
|
||||
-
|
||||
plugin: callback
|
||||
callable: get_object_vars
|
||||
plugin: default_value
|
||||
source: language_default
|
||||
default_value:
|
||||
'language': 'en'
|
||||
# Encode and decode to turn the default_language variable, which is
|
||||
# an stdClass, into an array so it can be passed to extract.
|
||||
-
|
||||
plugin: callback
|
||||
callable:
|
||||
- '\Drupal\Component\Serialization\Json'
|
||||
- 'encode'
|
||||
-
|
||||
plugin: callback
|
||||
callable:
|
||||
- '\Drupal\Component\Serialization\Json'
|
||||
- 'decode'
|
||||
-
|
||||
plugin: extract
|
||||
index:
|
||||
|
|
Reference in a new issue