You are here

public static function OliveroPreRender::trustedCallbacks in Drupal 10

Same name and namespace in other branches
  1. 9 core/themes/olivero/src/OliveroPreRender.php \Drupal\olivero\OliveroPreRender::trustedCallbacks()

File

core/themes/olivero/src/OliveroPreRender.php, line 47

Class

OliveroPreRender
Implements trusted prerender callbacks for the Olivero theme.

Namespace

Drupal\olivero

Code

public static function trustedCallbacks() {
  return [
    'textFormat',
    'messagePlaceholder',
  ];
}