FilterPluginBase::RESTRICTED_IDENTIFIERS

Same name and namespace in other branches
  1. 10 core/modules/views/src/Plugin/views/filter/FilterPluginBase.php \Drupal\views\Plugin\views\filter\FilterPluginBase::RESTRICTED_IDENTIFIERS

A list of restricted identifiers.

This list contains strings that could cause clashes with other site operations when used as a filter identifier.

File

core/modules/views/src/Plugin/views/filter/FilterPluginBase.php, line 57

Class

FilterPluginBase
Base class for Views filters handler plugins.

Namespace

Drupal\views\Plugin\views\filter

Code

const RESTRICTED_IDENTIFIERS = [
    'value',
    'q',
    'destination',
    '_format',
    '_wrapper_format',
    'token',
];

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