Change record status: 
Project: 
Introduced in branch: 
11.2.x
Introduced in version: 
11.2.0
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