function 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 660

Code

function content_translation_preprocess_language_content_settings_table(&$variables) {
  \Drupal::moduleHandler()->loadInclude('content_translation', 'inc', 'content_translation.admin');
  _content_translation_preprocess_language_content_settings_table($variables);
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.