- 🇳🇿New Zealand quietone
That was fixed in 📌 Fix migrate destination entity PHPStan L0 issues Fixed
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)
Closed: outdated
11.0 🔥
migration system
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
That was fixed in 📌 Fix migrate destination entity PHPStan L0 issues Fixed