You are here

public property ContentModerationNotification::$body in Content Moderation Notifications 8.3

The notification body value and format.

Type: array

File

src/Entity/ContentModerationNotification.php, line 83

Class

ContentModerationNotification
Defines the content_moderation_notification entity.

Namespace

Drupal\content_moderation_notifications\Entity

Code

public $body = [
  'value' => '',
  'format' => '',
];