You are here

ForwardRevisionExists.php in Lightning Workflow 8.3

File

src/Plugin/views/field/ForwardRevisionExists.php
View source
<?php

namespace Drupal\lightning_workflow\Plugin\views\field;

use Drupal\views\Plugin\views\field\FieldPluginBase;

/**
 * A Views field to indicate if a content entity has forward revision(s).
 *
 * @internal
 *   This is an internal part of Lightning Workflow's integration with Views and
 *   may be changed or removed at any time. External code should not use or
 *   extend this class in any way!
 */
class ForwardRevisionExists extends FieldPluginBase {

}

Classes

Namesort descending Description
ForwardRevisionExists A Views field to indicate if a content entity has forward revision(s).