- Issue created by @DamienMcKenna
- π¨πSwitzerland berdir Switzerland
The format that core uses is identical to default content, we don't need to rewrite it.
It's still internal, but we can try running our tests against the core implementation.
- Status changed to Needs work
7 months ago 8:29am 24 August 2024 - π¨πSwitzerland berdir Switzerland
Started with an initial test of replacing the importer completely. Tests are failing, one case seems to be that it doesn't like non-existing fields.
A more feasible approach is likely to wrap it inside since the API has changed, that should make the transition easier, and we could then look into deprecating our API.
- First commit to issue fork.
- π«π·France andypost
rebased on top of latest 2.0.x and except changes in
\Drupal\default_content\Importer::importContent()
looks it no longer can importhal_json
which means that's 3.x materialPS: Using PHP 8.4 showing lots of warnings so filed π [PHP 8.4] Fix implicitly nullable type declarations Needs review