function ShortcutLazyBuilder::trustedCallbacks

Same name in other branches
  1. 10 core/modules/navigation/src/ShortcutLazyBuilder.php \Drupal\navigation\ShortcutLazyBuilder::trustedCallbacks()

Overrides TrustedCallbackInterface::trustedCallbacks

File

core/modules/navigation/src/ShortcutLazyBuilder.php, line 31

Class

ShortcutLazyBuilder
Lazy Builders for Navigation shortcuts links.

Namespace

Drupal\navigation

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.