You are here

public function TaskInterface::getStatusLabel in General Data Protection Regulation 8

Same name and namespace in other branches
  1. 8.2 modules/gdpr_tasks/src/Entity/TaskInterface.php \Drupal\gdpr_tasks\Entity\TaskInterface::getStatusLabel()
  2. 3.0.x modules/gdpr_tasks/src/Entity/TaskInterface.php \Drupal\gdpr_tasks\Entity\TaskInterface::getStatusLabel()

Gets the current human readable status of the task.

Return value

string The human readable status of the Task entity.

1 method overrides TaskInterface::getStatusLabel()
Task::getStatusLabel in modules/gdpr_tasks/src/Entity/Task.php
Gets the current human readable status of the task.

File

modules/gdpr_tasks/src/Entity/TaskInterface.php, line 49

Class

TaskInterface
Provides an interface for defining Task entities.

Namespace

Drupal\gdpr_tasks\Entity

Code

public function getStatusLabel();