public static function Element::trustedCallbacks in Drupal 10
Same name and namespace in other branches
- 8 core/modules/editor/src/Element.php \Drupal\editor\Element::trustedCallbacks()
- 9 core/modules/editor/src/Element.php \Drupal\editor\Element::trustedCallbacks()
File
- core/
modules/ editor/ src/ Element.php, line 36
Class
- Element
- Defines a service for Text Editor's render elements.
Namespace
Drupal\editorCode
public static function trustedCallbacks() {
return [
'preRenderTextFormat',
];
}