Problem/Motivation

Static code analysis return the following error:
------------------------------------------------------
Line src/Plugin/migrate/process/CSVOfficeHoursField.php
------------------------------------------------------
Class Drupal\migrate_content\Plugin\migrate\process\CSVOfficeHoursField was not found while trying to analyse it - autoloading is probably not configured properly.
------------------------------------------------------

Proposed resolution

Fix \Drupal\migrate_content\Plugin\migrate\process\CSVOfficeHoursField namespace to the office_hours module.

Remaining tasks

  1. Write a patch
  2. Review
  3. Commit

User interface changes

None.

API changes

None.

Data model changes

None.

CommentFileSizeAuthor
#2 3072229-2.patch668 bytesidebr

Comments

idebr created an issue. See original summary.

idebr’s picture

Status: Active » Needs review
StatusFileSize
new668 bytes

Attached patch fixes \Drupal\migrate_content\Plugin\migrate\process\CSVOfficeHoursField namespace to the office_hours module.

  • johnv committed fce4b06 on 8.x-1.x authored by idebr
    Issue #3072229 by idebr: Incorrectly namespaced csv_office_hours migrate...
johnv’s picture

Title: csv_office_hours migrate process plugin is incorrectly namespaced » Incorrectly namespaced csv_office_hours migrate process plugin
Version: 8.x-1.x-dev » 8.x-1.2
Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.

johnv’s picture

Title: Incorrectly namespaced csv_office_hours migrate process plugin » Migrate process plugin 'csv_office_hours' incorrectly namespaced
Component: Code » Integration