Defines the Moderation state entity.
Plugin annotation
@ConfigEntityType(
id = "moderation_state",
label = @Translation("Moderation state"),
handlers = {
"access" = "Drupal\content_moderation\ModerationStateAccessControlHandler",
"list_builder" = "Drupal\content_moderation\ModerationStateListBuilder",
"form" = {
"add" = "Drupal\content_moderation\Form\ModerationStateForm",
"edit" = "Drupal\content_moderation\Form\ModerationStateForm",
"delete" = "Drupal\conte