interface ContentModerationStateInterface in Drupal 10
Same name and namespace in other branches
- 8 core/modules/content_moderation/src/Entity/ContentModerationStateInterface.php \Drupal\content_moderation\Entity\ContentModerationStateInterface
- 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
- interface \Drupal\Core\Entity\ContentEntityInterface extends \Drupal\Core\Entity\Traversable; interface \Drupal\user\EntityOwnerInterface
- interface \Drupal\content_moderation\Entity\ContentModerationStateInterface
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\EntityView source
interface ContentModerationStateInterface extends ContentEntityInterface, EntityOwnerInterface {
}