Broken.php
Namespace
Drupal\views\Plugin\views\filterFile
-
core/
modules/ views/ src/ Plugin/ views/ filter/ Broken.php
View source
<?php
namespace Drupal\views\Plugin\views\filter;
use Drupal\views\Attribute\ViewsFilter;
use Drupal\views\Plugin\views\BrokenHandlerTrait;
use Drupal\views\Plugin\views\display\DisplayPluginBase;
use Drupal\views\ViewExecutable;
/**
* A special handler to take the place of missing or broken handlers.
*
* @ingroup views_filter_handlers
*/
class Broken extends FilterPluginBase {
use BrokenHandlerTrait;
/**
* {@inheritdoc}
*/
public function init(ViewExecutable $view, DisplayPluginBase $display, ?array &$options = NULL) {
}
}
Classes
| Title | Deprecated | Summary |
|---|---|---|
| Broken | A special handler to take the place of missing or broken handlers. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.