Problem/Motivation

Per #2533886: [meta] Move module-specific migration support into the particular modules supported, move support for block_content migration into the block_content module.

Proposed resolution

For the most part, this is a matter of moving files around and updating namespaces. Also, explicit destination module dependencies can be removed.

Migration templates to be moved:

  • d6_block_content_body_field
  • d6_block_content_type
  • d6_custom_block

Remaining tasks

Submit a patch.

User interface changes

N/A

API changes

Namespaces of affected migration plugins will change.

Data model changes

N/A

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

phenaproxima’s picture

Assigned: Unassigned » phenaproxima
Status: Active » Needs review
FileSize
4.28 KB

Status: Needs review » Needs work

The last submitted patch, 1: 2533994-1.patch, failed testing.

phenaproxima’s picture

Status: Needs work » Postponed
phenaproxima’s picture

Moved the tests into the Drupal\block_content\Tests\Migrate namespace, and moved the d6_box source plugin schema into block_content.schema.yml.

phenaproxima’s picture

Status: Postponed » Needs review
mikeryan’s picture

Status: Needs review » Reviewed & tested by the community

Looks good to me.

alexpott’s picture

Status: Reviewed & tested by the community » Needs work

Needs a reroll.

phenaproxima’s picture

Status: Needs work » Needs review
FileSize
5.81 KB

Re-rolled. Can't generate an interdiff due to the conflicts which, well, necessitated the reroll. :)

mikeryan’s picture

Status: Needs review » Reviewed & tested by the community

Presumptive RTBC assuming testbot passes.

alexpott’s picture

Status: Reviewed & tested by the community » Fixed

Committed 6220d90 and pushed to 8.0.x. Thanks!

  • alexpott committed 6220d90 on 8.0.x
    Issue #2533994 by phenaproxima: Move module-specific migration support...

Status: Fixed » Closed (fixed)

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