Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / datetime / src / Plugin / migrate / field / d6 / DateField.php
index 4e7cd881d30cdffee764b105dc9db8b630e47ab8..7ea04b9de6a3f090649351d9d531d040e066e912 100644 (file)
@@ -40,7 +40,7 @@ class DateField extends FieldPluginBase {
   /**
    * {@inheritdoc}
    */
-  public function processFieldValues(MigrationInterface $migration, $field_name, $data) {
+  public function defineValueProcessPipeline(MigrationInterface $migration, $field_name, $data) {
     switch ($data['type']) {
       case 'date':
         $from_format = 'Y-m-d\TH:i:s';