Drupal CMS Helper should polyfill core's default content exporter
>>> [!note] Migrated issue
<!-- Drupal.org comment -->
<!-- Migrated from issue #3556995. -->
Reported by: [phenaproxima](https://www.drupal.org/user/205645)
Related to !677 !672
>>>
<h3 id="summary-problem-motivation">Problem/Motivation</h3>
<p>You cannot currently export content from Drupal CMS without patching core to add the content export capabilities it added in 11.3.</p>
<p>Patching core is a thing you could do, but I suspect we could actually polyfill this in Drupal CMS Helper by defining the relevant classes if they don't exist.</p>
issue