You are here

public static function CommentLazyBuilders::trustedCallbacks in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/comment/src/CommentLazyBuilders.php \Drupal\comment\CommentLazyBuilders::trustedCallbacks()
  2. 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\comment

Code

public static function trustedCallbacks() {
  return [
    'renderLinks',
    'renderForm',
  ];
}