Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / content_translation / src / FieldTranslationSynchronizerInterface.php
index a07ac59f8ccb09f7e74ab993db6483cfdf0cb30f..2a6f5238ef778ef52c547a5abfd70eb5007abd67 100644 (file)
@@ -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.