Drupal\migrate\Plugin\migrate\destination\Entity should declare processStubRow(); EntityConfigBase should implement it

Created on 23 April 2018, about 7 years ago
Updated 21 May 2025, 2 days ago

Drupal\migrate\Plugin\migrate\destination\Entity is an abstract class. It calls processStubRow(), expecting subclasses to define it, but doesn't declare it itself.

This means that:

- there's no spec for processStubRow()
- there's no common documentation
- some subclasses such as EntityConfigBase are not declaring processStubRow(), which presumably means that stubbing a config entity is broken (though not sure you'd ever want to do that anyway)

🐛 Bug report
Status

Closed: outdated

Version

11.0 🔥

Component

migration system

Created by

🇬🇧United Kingdom joachim

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

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

Production build 0.71.5 2024