Clean-up Gin PHP
>>> [!note] Migrated issue
<!-- Drupal.org comment -->
<!-- Migrated from issue #3541807. -->
Reported by: [jurgenhaas](https://www.drupal.org/user/168924)
Related to !703
>>>
<h3 id="summary-problem-motivation">Problem/Motivation</h3>
<ul>
<li>Turn every procedural code into OO code</li>
<li>This will remove all the include files, maybe more</li>
<li>Optimize for low hanging fruit</li>
</ul>
<p>Further improvements are planned for after the Drupal core 11.3 release. Here we mainly address the legacy stuff that shouldn't land in core in the first place.</p>
<p>See also related issues, and get started with this one, when those have been finalized.</p>
> Related issue: [Issue #3541800](https://www.drupal.org/node/3541800)
> Related issue: [Issue #3541802](https://www.drupal.org/node/3541802)
> Related issue: [Issue #3541804](https://www.drupal.org/node/3541804)
> Related issue: [Issue #3544715](https://www.drupal.org/node/3544715)
> Related issue: [Issue #3530849](https://www.drupal.org/node/3530849)
issue