Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. PluginBase.php

function PluginBase::trustedCallbacks

Overrides TrustedCallbackInterface::trustedCallbacks

12 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.
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.
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.

... 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',
    ];
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal