interface ContentModerationStateInterface
Same name in other branches
- 8.9.x core/modules/content_moderation/src/Entity/ContentModerationStateInterface.php \Drupal\content_moderation\Entity\ContentModerationStateInterface
- 10 core/modules/content_moderation/src/Entity/ContentModerationStateInterface.php \Drupal\content_moderation\Entity\ContentModerationStateInterface
- 11.x 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 \Drupal\Core\Entity\FieldableEntityInterface \Drupal\Core\Entity\TranslatableRevisionableInterface \Drupal\Core\Entity\SynchronizableInterface; interface \Drupal\user\EntityOwnerInterface
- interface \Drupal\content_moderation\Entity\ContentModerationStateInterface extends \Drupal\Core\Entity\ContentEntityInterface \Drupal\user\EntityOwnerInterface
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 {
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.