neos / rector

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

Refactor node.identifier / q(node).property('_identifier') to node.id() / q(node).id() #62

Closed dlubitz closed 3 months ago

mhsdesign commented 2 months ago

Ah thanks for this ... the other things will be handled separately:

${q(node).nodeTypeName()} -> https://github.com/neos/rector/issues/57

${q(node).label()} -> https://github.com/neos/rector/issues/71

btw the fq was introduced via (just as link ^^) https://github.com/neos/neos-development-collection/pull/5046