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 / DateField.php
index 446076232f73a7f31b4277f752eeceb9cb3a26b0..876c9da09b636bb4e30f91830aa5878d4150bcee 100644 (file)
@@ -44,7 +44,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';