X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Fcontent_translation%2Fsrc%2FFieldTranslationSynchronizerInterface.php;h=2a6f5238ef778ef52c547a5abfd70eb5007abd67;hb=9424afc6c1f518c301bf87a23c047d1873435d05;hp=a07ac59f8ccb09f7e74ab993db6483cfdf0cb30f;hpb=af6d1fb995500ae68849458ee10d66abbdcfb252;p=yaffs-website diff --git a/web/core/modules/content_translation/src/FieldTranslationSynchronizerInterface.php b/web/core/modules/content_translation/src/FieldTranslationSynchronizerInterface.php index a07ac59f8..2a6f5238e 100644 --- a/web/core/modules/content_translation/src/FieldTranslationSynchronizerInterface.php +++ b/web/core/modules/content_translation/src/FieldTranslationSynchronizerInterface.php @@ -50,10 +50,10 @@ interface FieldTranslationSynchronizerInterface { * The language code of the items to use as source values. * @param array $translations * An array of all the available language codes for the given field. - * @param array $columns - * An array of column names to be synchronized. + * @param array $properties + * An array of property names to be synchronized. */ - public function synchronizeItems(array &$field_values, array $unchanged_items, $sync_langcode, array $translations, array $columns); + public function synchronizeItems(array &$field_values, array $unchanged_items, $sync_langcode, array $translations, array $properties); /** * Returns the synchronized properties for the specified field definition.