ModerationAwareEntityFormTrait.php in Lightning Workflow 8
Same filename and directory in other branches
Namespace
Drupal\lightning_workflow\FormFile
src/Form/ModerationAwareEntityFormTrait.phpView 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
Name | Description |
---|---|
ModerationAwareEntityFormTrait Deprecated | A trait for entity forms which need to be aware of moderation states. |