Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
NodeDestroyResource needs to be referencable
The change in #23696 removed the NodeAbstractResource methods from the NodeDestroyResource type, in order to prevent other resource behaviors, like requesting a provider. While this node type is not directly referenced, it was implicitly ordered against the module cleanup by virtue of being a resource node. The ReferenceTransformer uses the GraphNodeReferenceable and GraphNodeSubPath interfaces to add nodes to the reference map, so we need to re-add the relevant methods. Since there's no good entry point to test this ordering at the moment,
- Loading branch information