public function NotificationInterface::processEntity in Content Moderation Notifications 8.3
Processes a given entity in transition.
Parameters
\Drupal\Core\Entity\EntityInterface $entity: The entity being transitioned from one state to another.
1 method overrides NotificationInterface::processEntity()
- Notification::processEntity in src/
Notification.php - Processes a given entity in transition.
File
- src/
NotificationInterface.php, line 18
Class
- NotificationInterface
- Interface for notification service.
Namespace
Drupal\content_moderation_notificationsCode
public function processEntity(EntityInterface $entity);