function ArgumentPluginBase::trustedCallbacks

Overrides PluginBase::trustedCallbacks

File

core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php, line 212

Class

ArgumentPluginBase
Base class for argument (contextual filter) handler plugins.

Namespace

Drupal\views\Plugin\views\argument

Code

public static function trustedCallbacks() {
  $callbacks = parent::trustedCallbacks();
  $callbacks[] = 'preRenderMoveArgumentOptions';
  return $callbacks;
}

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