interface GDPRTaskInterface in General Data Protection Regulation 7
The Task entity class.
Hierarchy
- interface \EntityInterface
- interface \GDPRTaskInterface
Expanded class hierarchy of GDPRTaskInterface
All classes that implement GDPRTaskInterface
File
- modules/
gdpr_tasks/ src/ Entity/ GDPRTaskInterface.php, line 6
View source
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();
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
EntityInterface:: |
public | function | Builds a structured array representing the entity's content. | 1 |
EntityInterface:: |
public | function | Returns the bundle of the entity. | 1 |
EntityInterface:: |
public | function | Permanently deletes the entity. | 1 |
EntityInterface:: |
public | function | Returns the info of the type of the entity. | 1 |
EntityInterface:: |
public | function | Returns the type of the entity. | 1 |
EntityInterface:: |
public | function | Exports the entity. | 1 |
EntityInterface:: |
public | function | Gets the raw, translated value of a property or field. | 1 |
EntityInterface:: |
public | function | Checks if the entity has a certain exportable status. | 1 |
EntityInterface:: |
public | function | Returns the entity identifier, i.e. the entities name or numeric id. | 1 |
EntityInterface:: |
public | function | Returns the internal, numeric identifier. | 1 |
EntityInterface:: |
public | function | Checks whether the entity is the default revision. | 1 |
EntityInterface:: |
public | function | Returns the label of the entity. | 1 |
EntityInterface:: |
public | function | Permanently saves the entity. | 1 |
EntityInterface:: |
public | function | Returns the uri of the entity just as entity_uri(). | 1 |
EntityInterface:: |
public | function | Generate an array for rendering the entity. | 1 |
EntityInterface:: |
public | function | Returns the EntityMetadataWrapper of the entity. | 1 |
GDPRTaskInterface:: |
public | function | Gets the human readable label of the tasks bundle. | 1 |
GDPRTaskInterface:: |
public | function | Gets the user that the task belongs to. | 1 |