ForwardRevisionExists.php in Lightning Workflow 8.3
Same filename and directory in other branches
File
src/Plugin/views/field/ForwardRevisionExists.phpView 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
Name | Description |
---|---|
ForwardRevisionExists | A Views field to indicate if a content entity has forward revision(s). |