Change record status: 
Project: 
Introduced in branch: 
11.2.x
Introduced in version: 
11.2.0
Description: 

The forms, Drupal\node\NodeForm and Drupal\node\NodeTypeForm have moved to the node/src/Form directory. Previously, they were in the root of node module, node/src. They are moved for consistency.

Their namespaces have changed:
Drupal\node\NodeForm is now Drupal\node\Form\NodeForm
Drupal\node\NodeTypeForm is now Drupal\node\Form\NodeTypeForm

Impacts: 
Module developers