Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. ContentModerationStateInterface.php

interface 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 {

}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal