You are here

ModerationAwareEntityFormTrait.php in Lightning Workflow 8

File

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

namespace Drupal\lightning_workflow\Form;


/**
 * A trait for entity forms which need to be aware of moderation states.
 *
 * @deprecated in Lightning 2.2.2 and will be removed in Lightning 2.3.0. All
 * functionality provided by this trait is now provided by Content Moderation.
 */
trait ModerationAwareEntityFormTrait {

}

Traits

Namesort descending Description
ModerationAwareEntityFormTrait Deprecated A trait for entity forms which need to be aware of moderation states.