You are here

function node_config_translation_info_alter in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/node/node.module \node_config_translation_info_alter()
  2. 9 core/modules/node/node.module \node_config_translation_info_alter()

Implements hook_config_translation_info_alter().

File

core/modules/node/node.module, line 1283
The core module that allows content to be submitted to the site.

Code

function node_config_translation_info_alter(&$info) {
  $info['node_type']['class'] = 'Drupal\\node\\ConfigTranslation\\NodeTypeMapper';
}