lightning_workflow-8.x-3.x-dev/src/Plugin/views/field/ForwardRevisionExists.php
src/Plugin/views/field/ForwardRevisionExists.php
<?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 {
}
