You are here

public static function ShortcutLazyBuilders::trustedCallbacks in Drupal 10

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

Code

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