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

function node_config_translation_info_alter(&$info) {
  $info['node_type']['class'] = 'Drupal\node\ConfigTranslation\NodeTypeMapper';
}
doc_Drupal
2016-10-29 09:31:53
Comments
Leave a Comment

Please login to continue.