Issue #2813661 by evaldask: A fatal error occurred: Field changed is unknown
parent
d561e62e0d
commit
b0abe17943
|
@ -4,7 +4,6 @@ namespace Drupal\content_moderation\Entity;
|
||||||
|
|
||||||
use Drupal\content_moderation\ContentModerationStateInterface;
|
use Drupal\content_moderation\ContentModerationStateInterface;
|
||||||
use Drupal\Core\Entity\ContentEntityBase;
|
use Drupal\Core\Entity\ContentEntityBase;
|
||||||
use Drupal\Core\Entity\EntityChangedTrait;
|
|
||||||
use Drupal\Core\Entity\EntityTypeInterface;
|
use Drupal\Core\Entity\EntityTypeInterface;
|
||||||
use Drupal\Core\Field\BaseFieldDefinition;
|
use Drupal\Core\Field\BaseFieldDefinition;
|
||||||
use Drupal\Core\TypedData\TranslatableInterface;
|
use Drupal\Core\TypedData\TranslatableInterface;
|
||||||
|
@ -42,8 +41,6 @@ use Drupal\user\UserInterface;
|
||||||
*/
|
*/
|
||||||
class ContentModerationState extends ContentEntityBase implements ContentModerationStateInterface {
|
class ContentModerationState extends ContentEntityBase implements ContentModerationStateInterface {
|
||||||
|
|
||||||
use EntityChangedTrait;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* {@inheritdoc}
|
* {@inheritdoc}
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue