ContentModerationStateInterface.php
Same filename in other branches
Namespace
Drupal\content_moderation\EntityFile
-
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.