function BlockViewBuilder::trustedCallbacks
Overrides EntityViewBuilder::trustedCallbacks
File
-
core/
modules/ block/ src/ BlockViewBuilder.php, line 142
Class
- BlockViewBuilder
- Provides a Block view builder.
Namespace
Drupal\blockCode
public static function trustedCallbacks() {
return [
'preRender',
'lazyBuilder',
];
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.