public static function ClaroPreRender::trustedCallbacks in Drupal 10
Same name and namespace in other branches
- 8 core/themes/claro/src/ClaroPreRender.php \Drupal\claro\ClaroPreRender::trustedCallbacks()
- 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\claroCode
public static function trustedCallbacks() {
return [
'managedFile',
'verticalTabs',
'operations',
'container',
'textFormat',
'messagePlaceholder',
];
}