You are here

function content_translation_preprocess_language_content_settings_table in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/content_translation/content_translation.module \content_translation_preprocess_language_content_settings_table()

Implements hook_preprocess_HOOK() for language-content-settings-table.html.twig.

File

core/modules/content_translation/content_translation.module, line 543
Allows entities to be translated into different languages.

Code

function content_translation_preprocess_language_content_settings_table(&$variables) {
  module_load_include('inc', 'content_translation', 'content_translation.admin');
  _content_translation_preprocess_language_content_settings_table($variables);
}