interface ContentModerationStateInterface

Same name and namespace in other branches
  1. 9 core/modules/content_moderation/src/Entity/ContentModerationStateInterface.php \Drupal\content_moderation\Entity\ContentModerationStateInterface
  2. 10 core/modules/content_moderation/src/Entity/ContentModerationStateInterface.php \Drupal\content_moderation\Entity\ContentModerationStateInterface
  3. 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\Entity
View source
interface ContentModerationStateInterface extends ContentEntityInterface, EntityOwnerInterface {

}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.