You are here

NodeForm.php in Lightning Workflow 8.3

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

File

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

namespace Drupal\lightning_workflow\Form;

@trigger_error(__NAMESPACE__ . '\\NodeForm is deprecated in lightning_workflow:8.x-3.8 and will be removed in lightning_workflow:8.x-4.0. All functionality provided by this form is now provided by Content Moderation. See https://www.drupal.org/node/2923517', E_USER_DEPRECATED);
use Drupal\node\NodeForm as BaseNodeForm;

/**
 * A moderation state-aware version of the node entity form.
 */
class NodeForm extends BaseNodeForm {

}

Classes

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