function ShortcutLazyBuilders::trustedCallbacks

Same name and namespace in other branches
  1. 9 core/modules/shortcut/src/ShortcutLazyBuilders.php \Drupal\shortcut\ShortcutLazyBuilders::trustedCallbacks()
  2. 8.9.x core/modules/shortcut/src/ShortcutLazyBuilders.php \Drupal\shortcut\ShortcutLazyBuilders::trustedCallbacks()
  3. 10 core/modules/shortcut/src/ShortcutLazyBuilders.php \Drupal\shortcut\ShortcutLazyBuilders::trustedCallbacks()

Overrides TrustedCallbackInterface::trustedCallbacks

File

core/modules/shortcut/src/ShortcutLazyBuilders.php, line 40

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.