public function Task::getProcessedById in General Data Protection Regulation 8
Same name and namespace in other branches
- 8.2 modules/gdpr_tasks/src/Entity/Task.php \Drupal\gdpr_tasks\Entity\Task::getProcessedById()
- 3.0.x modules/gdpr_tasks/src/Entity/Task.php \Drupal\gdpr_tasks\Entity\Task::getProcessedById()
File
- modules/
gdpr_tasks/ src/ Entity/ Task.php, line 140
Class
- Task
- Defines the Task entity.
Namespace
Drupal\gdpr_tasks\EntityCode
public function getProcessedById() {
return $this
->get('processed_by')->target_id;
}