A keyed array of custom moderation handlers for given entity types.
Any entity not specified will use a common default.
Type: array
File
- core/modules/content_moderation/src/EntityTypeInfo.php, line 66
Class
- EntityTypeInfo
- Manipulates entity type information.
Namespace
Drupal\content_moderation
Code
1 2 3 4 | protected $moderationHandlers = [ 'node' => NodeModerationHandler:: class , 'block_content' => BlockContentModerationHandler:: class , ]; |
Please login to continue.