neos / rector

Neos Rector Recipes for code migrations
6 stars 4 forks source link

TASK Refactor ContentContext methods #36

Closed dlubitz closed 10 months ago

dlubitz commented 10 months ago

This rector replaces removed ContentContext calls in PHP and Fusion. For better detection of context objects all Node(Interface)s get replaced by Neos\Rector\ContentRepository90\Legacy\NodeLegacyStub. The Neos\Rector\ContentRepository90\Legacy\NodeLegacyStub get replaced at the end by Neos\ContentRepository\Core\Projection\ContentGraph\Node

PHP

Fusion

Fixes #31