You are here

public static function ClaroPreRender::trustedCallbacks in Drupal 10

Same name and namespace in other branches
  1. 8 core/themes/claro/src/ClaroPreRender.php \Drupal\claro\ClaroPreRender::trustedCallbacks()
  2. 9 core/themes/claro/src/ClaroPreRender.php \Drupal\claro\ClaroPreRender::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',
  ];
}