Update MigratePluginManager to include both attribute and annotation class

Created on 29 February 2024, 11 months ago
Updated 19 April 2024, 9 months ago

Problem/Motivation

Drupal\migrate\Plugin\MigratePluginManager is the base class for plugin managers for 4 different migrate plugin types: MigrateSource, MigrateDestination, MigrateProcessPlugin, and MigrateField. In order to convert the 4 plugin types to use attributes, MigratePluginManager needs to be updated first.

This is exploring the changes required for Drupal\migrate\Plugin\MigratePluginManager and children.

Proposed resolution

  1. Update Drupal\migrate\Plugin\MigratePluginManager constructor to include attribute and annotation class names

The plugins converted here are

  • Book destination plugin
  • DateField field plugin
  • EntityFile destination plugin
  • Explode process plugin
  • NullIdMap
  • Sql

Remaining tasks

User interface changes

API changes

Data model changes

Release notes snippet

πŸ“Œ Task
Status

Fixed

Version

10.3 ✨

Component
MigrationΒ  β†’

Last updated about 20 hours ago

Created by

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024