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

Breadcrumb

  1. Drupal Core 11.1.x
  2. ClaroPreRender.php

function ClaroPreRender::trustedCallbacks

Overrides TrustedCallbackInterface::trustedCallbacks

File

core/themes/claro/src/ClaroPreRender.php, line 195

Class

ClaroPreRender
Implements trusted prerender callbacks for the Claro theme.

Namespace

Drupal\claro

Code

public static function trustedCallbacks() {
    return [
        'managedFile',
        'verticalTabs',
        'operations',
        'container',
        'textFormat',
        'messagePlaceholder',
    ];
}
RSS feed
Powered by Drupal