Closed (won't fix)
Project:
Drupal core
Version:
11.x-dev
Component:
migration system
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
28 Apr 2021 at 18:37 UTC
Updated:
6 Aug 2024 at 04:22 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
sundharComment #3
cilefen commentedComment #4
sundharComment #5
sundharComment #8
sundharComment #9
sundharState views.migrate_drupal.yml added
Comment #10
vsujeetkumar commentedFixing fail tests, Added module 'Views' in StateFileExists file, Please have a look.
Comment #11
huzookaThis is my very rough review (of #10):
This destination plugin is now completely redundant.
I miss the core annotation. And I'm almost sure that we'll need a mimimum schema version.
This isn't using anything from FieldableEntity – let's extend DrupalSqlBase instead!
Imho the source plugin should be named as "Views" instead of ViewsMigration".
Comment #14
sundharComment #15
sundharComment #17
heddnAs core sub-system maintainers for migrate, Michael Lutz (mikelutz), Benji Fisher (benjifisher), Vicki Spagnolo (quietone), and me (heddn) had some discussions recently about this proposal. Our suggestion is as follows and goes in line with how features as impactful as this are typically accepted into core these days.
To start, know that a migration path for views goes against the stream. For example, we already discussed this in #2500547: Upgrade path for Views from Drupal 6 and 7 and decided to punt. Getting it into core will be hard, mainly because it will be a lot of work.
Here's the greatest chance at success if you really want to get this into Drupal core:
Comment #18
quietone commentedComment #19
sundharComment #20
sundhar#17, Idea added to drupal ideas #3247281: Add views_migration to Drupal core
Comment #21
quietone commented@Jeya sundhar, thank you for opening an issue in the ideas project. And if you ever need review or testing in the Views migration from Drupal 6 or 7 to Drupal 9 project, ping me in #migration.
Postponing this on #3247281: Add views_migration to Drupal core.
Comment #22
sundhar:+1 yes @quietone
Comment #26
nwom commentedPatch #15 no longer applied against 9.4.8. Here is a re-roll.
Comment #28
quietone commentedMigrate Drupal and Migrate Drupal UI have been approved for removal from core so this is now a won't fix. People wanting this functionality should look at the contrib project. The issue discussing the removal is #3371229: [Policy] Migrate Drupal and Migrate Drupal UI after Drupal 7 EOL