You are here

NodeForm.php in Lightning Workflow 8

Same filename and directory in other branches
  1. 8.3 src/Form/NodeForm.php
  2. 8.2 src/Form/NodeForm.php

File

src/Form/NodeForm.php
View source
<?php

namespace Drupal\lightning_workflow\Form;

use Drupal\node\NodeForm as BaseNodeForm;

/**
 * A moderation state-aware version of the node entity form.
 *
 * @deprecated in Lightning 2.2.2 and will be removed in Lightning 2.3.0. All
 * functionality provided by this form is now provided by Content Moderation.
 */
class NodeForm extends BaseNodeForm {

}

Classes

Namesort descending Description
NodeForm Deprecated A moderation state-aware version of the node entity form.