function PluginBase::trustedCallbacks
Same name in other branches
- 9 core/modules/views/src/Plugin/views/PluginBase.php \Drupal\views\Plugin\views\PluginBase::trustedCallbacks()
- 10 core/modules/views/src/Plugin/views/PluginBase.php \Drupal\views\Plugin\views\PluginBase::trustedCallbacks()
- 11.x core/modules/views/src/Plugin/views/PluginBase.php \Drupal\views\Plugin\views\PluginBase::trustedCallbacks()
Overrides TrustedCallbackInterface::trustedCallbacks
6 calls to PluginBase::trustedCallbacks()
- ArgumentPluginBase::trustedCallbacks in core/
modules/ views/ src/ Plugin/ views/ argument/ ArgumentPluginBase.php - Lists the trusted callbacks provided by the implementing class.
- Custom::trustedCallbacks in core/
modules/ views/ src/ Plugin/ views/ field/ Custom.php - Lists the trusted callbacks provided by the implementing class.
- DisplayPluginBase::trustedCallbacks in core/
modules/ views/ src/ Plugin/ views/ display/ DisplayPluginBase.php - Lists the trusted callbacks provided by the implementing class.
- FilterPluginBase::trustedCallbacks in core/
modules/ views/ src/ Plugin/ views/ filter/ FilterPluginBase.php - Lists the trusted callbacks provided by the implementing class.
- SortPluginBase::trustedCallbacks in core/
modules/ views/ src/ Plugin/ views/ sort/ SortPluginBase.php - Lists the trusted callbacks provided by the implementing class.
6 methods override PluginBase::trustedCallbacks()
- ArgumentPluginBase::trustedCallbacks in core/
modules/ views/ src/ Plugin/ views/ argument/ ArgumentPluginBase.php - Lists the trusted callbacks provided by the implementing class.
- Custom::trustedCallbacks in core/
modules/ views/ src/ Plugin/ views/ field/ Custom.php - Lists the trusted callbacks provided by the implementing class.
- DisplayPluginBase::trustedCallbacks in core/
modules/ views/ src/ Plugin/ views/ display/ DisplayPluginBase.php - Lists the trusted callbacks provided by the implementing class.
- FilterPluginBase::trustedCallbacks in core/
modules/ views/ src/ Plugin/ views/ filter/ FilterPluginBase.php - Lists the trusted callbacks provided by the implementing class.
- SortPluginBase::trustedCallbacks in core/
modules/ views/ src/ Plugin/ views/ sort/ SortPluginBase.php - Lists the trusted callbacks provided by the implementing class.
File
-
core/
modules/ views/ src/ Plugin/ views/ PluginBase.php, line 277
Class
- PluginBase
- Base class for any views plugin types.
Namespace
Drupal\views\Plugin\viewsCode
public static function trustedCallbacks() {
return [
'preRenderAddFieldsetMarkup',
];
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.