You are here

Broken.php in Zircon Profile 8

File

core/modules/views/src/Plugin/views/argument/Broken.php
View source
<?php

/**
 * @file
 * Contains \Drupal\views\Plugin\views\argument\Broken.
 */
namespace Drupal\views\Plugin\views\argument;

use Drupal\views\Plugin\views\BrokenHandlerTrait;

/**
 * A special handler to take the place of missing or broken handlers.
 *
 * @ingroup views_argument_handlers
 *
 * @ViewsArgument("broken")
 */
class Broken extends ArgumentPluginBase {
  use BrokenHandlerTrait;

}

Classes

Namesort descending Description
Broken A special handler to take the place of missing or broken handlers.