You are here

ModerationAwareEntityFormTrait.php in Lightning Workflow 8.3

File

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

namespace Drupal\lightning_workflow\Form;

@trigger_error(__NAMESPACE__ . '\\ModerationAwareEntityFormTrait 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 trait is now provided by Content Moderation. See https://www.drupal.org/node/2923517', E_USER_DEPRECATED);

/**
 * A trait for entity forms which need to be aware of moderation states.
 */
trait ModerationAwareEntityFormTrait {

}

Traits

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