node_config_translation_info_alter

node_config_translation_info_alter(&$info)

Implements hook_config_translation_info_alter().

File

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

Code

1
2
3
function node_config_translation_info_alter(&$info) {
  $info['node_type']['class'] = 'Drupal\node\ConfigTranslation\NodeTypeMapper';
}
doc_Drupal
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.