function comment_empty_title_test_preprocess_comment

Same name and namespace in other branches
  1. 10 core/modules/comment/tests/modules/comment_empty_title_test/comment_empty_title_test.module \comment_empty_title_test_preprocess_comment()
  2. 11.x core/modules/comment/tests/modules/comment_empty_title_test/comment_empty_title_test.module \comment_empty_title_test_preprocess_comment()

Implements hook_preprocess_comment().

File

core/modules/comment/tests/modules/comment_empty_title_test/comment_empty_title_test.module, line 11

Code

function comment_empty_title_test_preprocess_comment(&$variables) {
    $variables['title'] = '';
}

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