public static function ShortcutLazyBuilders::trustedCallbacks in Drupal 10
Same name and namespace in other branches
- 8 core/modules/shortcut/src/ShortcutLazyBuilders.php \Drupal\shortcut\ShortcutLazyBuilders::trustedCallbacks()
 - 9 core/modules/shortcut/src/ShortcutLazyBuilders.php \Drupal\shortcut\ShortcutLazyBuilders::trustedCallbacks()
 
File
- core/
modules/ shortcut/ src/ ShortcutLazyBuilders.php, line 34  
Class
- ShortcutLazyBuilders
 - Lazy builders for the shortcut module.
 
Namespace
Drupal\shortcutCode
public static function trustedCallbacks() {
  return [
    'lazyLinks',
  ];
}