With #2795447: Use the core plugin manager, the drush commands can now manage any migration plugins, whether they're defined with migrate_plus's configuration entities, or the core plugins from the migrations/migration_templates folders. However, the UI still only handles configuration entities - most notably MigrationListBuilder, which extends ConfigEntityListBuilder. It would be nice if there were a PluginListBuilder in core, but apparently not...

Comments

mikeryan created an issue.

mikeryan’s picture

Per #2873283: Add views_data and use views to list migrations and migration groups, we should switch to using views here, which has the added advantage of allowing the listing to be customized.