By acbramley on
Change record status:
Published (View all published change records)
Project:
Introduced in branch:
11.2.x
Introduced in version:
11.2.0
Issue links:
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