function ShortcutLazyBuilders::trustedCallbacks

Same name and namespace in other branches
  1. 11.x 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',
  ];
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.