Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. comment.module

function comment_preprocess_block

Implements hook_preprocess_HOOK() for block templates.

File

core/modules/comment/comment.module, line 116

Code

function comment_preprocess_block(&$variables) : void {
    if ($variables['configuration']['provider'] == 'comment') {
        $variables['attributes']['role'] = 'navigation';
    }
}
RSS feed
Powered by Drupal