Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x

Broken.php

Same filename in this branch
  1. 11.1.x core/lib/Drupal/Core/Block/Plugin/Block/Broken.php
  2. 11.1.x core/lib/Drupal/Core/Entity/Plugin/EntityReferenceSelection/Broken.php
  3. 11.1.x core/modules/views/src/Plugin/views/sort/Broken.php
  4. 11.1.x core/modules/views/src/Plugin/views/argument/Broken.php
  5. 11.1.x core/modules/views/src/Plugin/views/filter/Broken.php
  6. 11.1.x core/modules/views/src/Plugin/views/relationship/Broken.php
  7. 11.1.x core/modules/views/src/Plugin/views/area/Broken.php

Namespace

Drupal\views\Plugin\views\field

File

core/modules/views/src/Plugin/views/field/Broken.php

View source
<?php

namespace Drupal\views\Plugin\views\field;

use Drupal\views\Attribute\ViewsField;
use Drupal\views\Plugin\views\BrokenHandlerTrait;

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

}

Classes

Title Deprecated Summary
Broken A special handler to take the place of missing or broken handlers.

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal