Skip to content

Moderation Note

Developer documentation for the Moderation Note Drupal module.

What it does

  • Lets users annotate fields on content that uses Content Moderation (select text, add a note).
  • Supports replies (threaded discussion on a note).
  • Assign notes to users; resolve or re-open notes.
  • Notes are tied to the latest revision of a moderated entity, a specific field, langcode, and view mode.

Requirements

  • Content Moderation (drupal:content_moderation >= 8.5)
  • User (drupal:user >= 8.5)

Installation

  • Install via Composer or from the project page.
  • Enable the module; configure at /admin/config/moderation-note or Admin → Configuration → Moderation Notes.

Documentation

Topic Description
Architecture Entity, interface, storage, relations
Routes and controller Routes and controller actions
Permissions and access Permissions and access rules
Configuration Config schema and settings form
Services and plugins Menu count service and plugins
Hooks and events Module hooks and supported field types
Front-end JS, CSS, Ajax commands, templates
Email and notifications When mail is sent and recipients
Views and extending Views data and extension points