function content_translation_preprocess_language_content_settings_table

content_translation_preprocess_language_content_settings_table(&$variables)

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

File

core/modules/content_translation/content_translation.module, line 551
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);
}

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!modules!content_translation!content_translation.module/function/content_translation_preprocess_language_content_settings_table/8.1.x