function PluginBase::trustedCallbacks

Same name and namespace in other branches
  1. 9 core/modules/views/src/Plugin/views/PluginBase.php \Drupal\views\Plugin\views\PluginBase::trustedCallbacks()
  2. 8.9.x core/modules/views/src/Plugin/views/PluginBase.php \Drupal\views\Plugin\views\PluginBase::trustedCallbacks()
  3. 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.

... See full list

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.

... See full list

File

core/modules/views/src/Plugin/views/PluginBase.php, line 281

Class

PluginBase
Base class for any views plugin types.

Namespace

Drupal\views\Plugin\views

Code

public static function trustedCallbacks() {
    return [
        'preRenderAddFieldsetMarkup',
    ];
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.