function ShortcutLazyBuilder::trustedCallbacks
Same name in other branches
- 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\navigationCode
public static function trustedCallbacks() {
return [
'lazyLinks',
];
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.