GDPRTaskInterface.php in General Data Protection Regulation 7
File
modules/gdpr_tasks/src/Entity/GDPRTaskInterface.phpView source
<?php
/**
* The Task entity class.
*/
interface GDPRTaskInterface extends EntityInterface {
/**
* Gets the human readable label of the tasks bundle.
*/
public function bundleLabel();
/**
* Gets the user that the task belongs to.
*/
public function getOwner();
}
Interfaces
Name | Description |
---|---|
GDPRTaskInterface | The Task entity class. |