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:
\Drupal\node\NodeStorage::updateType is deprecated, there is no replacement.
Previously, this function was called from NodeType::preSave if a node type's ID changed, however this is dangerous and potentially destructive. Changing the id of an existing node type should not be supported by API functions.
Impacts:
Module developers