X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Fcontent_moderation%2Fsrc%2FEntity%2FHandler%2FModerationHandlerInterface.php;fp=web%2Fcore%2Fmodules%2Fcontent_moderation%2Fsrc%2FEntity%2FHandler%2FModerationHandlerInterface.php;h=7e6f109fbd1254cf8e454512922749e03e63216f;hp=976fbb29da218aa5e0776e06aa3f4a04fec36ee7;hb=9917807b03b64faf00f6a1f29dcb6eafc454efa5;hpb=aea91e65e895364e460983b890e295aa5d5540a5 diff --git a/web/core/modules/content_moderation/src/Entity/Handler/ModerationHandlerInterface.php b/web/core/modules/content_moderation/src/Entity/Handler/ModerationHandlerInterface.php index 976fbb29d..7e6f109fb 100644 --- a/web/core/modules/content_moderation/src/Entity/Handler/ModerationHandlerInterface.php +++ b/web/core/modules/content_moderation/src/Entity/Handler/ModerationHandlerInterface.php @@ -11,6 +11,8 @@ use Drupal\Core\Form\FormStateInterface; * Much of the logic contained in this handler is an indication of flaws * in the Entity API that are insufficiently standardized between entity types. * Hopefully over time functionality can be removed from this interface. + * + * @internal */ interface ModerationHandlerInterface {