public static function CommentLazyBuilders::trustedCallbacks in Drupal 10
Same name and namespace in other branches
- 8 core/modules/comment/src/CommentLazyBuilders.php \Drupal\comment\CommentLazyBuilders::trustedCallbacks()
- 9 core/modules/comment/src/CommentLazyBuilders.php \Drupal\comment\CommentLazyBuilders::trustedCallbacks()
File
- core/
modules/ comment/ src/ CommentLazyBuilders.php, line 234
Class
- CommentLazyBuilders
- Defines a service for comment #lazy_builder callbacks.
Namespace
Drupal\commentCode
public static function trustedCallbacks() {
return [
'renderLinks',
'renderForm',
];
}