ContentModerationStateInterface.php

Same filename and directory in other branches
  1. 9 core/modules/content_moderation/src/Entity/ContentModerationStateInterface.php
  2. 8.9.x core/modules/content_moderation/src/Entity/ContentModerationStateInterface.php
  3. 10 core/modules/content_moderation/src/Entity/ContentModerationStateInterface.php

Namespace

Drupal\content_moderation\Entity

File

core/modules/content_moderation/src/Entity/ContentModerationStateInterface.php

View source
<?php

namespace Drupal\content_moderation\Entity;

use Drupal\Core\Entity\ContentEntityInterface;
use Drupal\user\EntityOwnerInterface;

/**
 * An interface for Content moderation state entity.
 *
 * Content moderation state entities track the moderation state of other content
 * entities.
 *
 * @internal
 */
interface ContentModerationStateInterface extends ContentEntityInterface, EntityOwnerInterface {

}

Interfaces

Title Deprecated Summary
ContentModerationStateInterface An interface for Content moderation state entity.

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