function node_config_translation_info_alter
Implements hook_config_translation_info_alter().
File
- 
              core/
modules/ node/ node.module, line 1282  
Code
function node_config_translation_info_alter(&$info) {
  $info['node_type']['class'] = 'Drupal\\node\\ConfigTranslation\\NodeTypeMapper';
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.