Broken.php in Zircon Profile 8.0
Same filename in this branch
- 8.0 core/lib/Drupal/Core/Block/Plugin/Block/Broken.php
- 8.0 core/lib/Drupal/Core/Entity/Plugin/EntityReferenceSelection/Broken.php
- 8.0 core/modules/views/src/Plugin/views/area/Broken.php
- 8.0 core/modules/views/src/Plugin/views/relationship/Broken.php
- 8.0 core/modules/views/src/Plugin/views/filter/Broken.php
- 8.0 core/modules/views/src/Plugin/views/sort/Broken.php
- 8.0 core/modules/views/src/Plugin/views/argument/Broken.php
- 8.0 core/modules/views/src/Plugin/views/field/Broken.php
Same filename and directory in other branches
Contains \Drupal\views\Plugin\views\field\Broken.
Namespace
Drupal\views\Plugin\views\fieldFile
core/modules/views/src/Plugin/views/field/Broken.phpView source
<?php
/**
* @file
* Contains \Drupal\views\Plugin\views\field\Broken.
*/
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;
}