You are here

interface ContentModerationStateInterface in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/content_moderation/src/Entity/ContentModerationStateInterface.php \Drupal\content_moderation\Entity\ContentModerationStateInterface
  2. 9 core/modules/content_moderation/src/Entity/ContentModerationStateInterface.php \Drupal\content_moderation\Entity\ContentModerationStateInterface

An interface for Content moderation state entity.

Content moderation state entities track the moderation state of other content entities.

@internal

Hierarchy

Expanded class hierarchy of ContentModerationStateInterface

All classes that implement ContentModerationStateInterface

1 file declares its use of ContentModerationStateInterface
EntityOperations.php in core/modules/content_moderation/src/EntityOperations.php

File

core/modules/content_moderation/src/Entity/ContentModerationStateInterface.php, line 16

Namespace

Drupal\content_moderation\Entity
View source
interface ContentModerationStateInterface extends ContentEntityInterface, EntityOwnerInterface {

}

Members