You are here

Broken.php in Drupal 10

File

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

namespace Drupal\views\Plugin\views\field;

use Drupal\views\Plugin\views\BrokenHandlerTrait;

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

}

Classes

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