public function TaskInterface::getStatus in General Data Protection Regulation 8
Same name and namespace in other branches
- 8.2 modules/gdpr_tasks/src/Entity/TaskInterface.php \Drupal\gdpr_tasks\Entity\TaskInterface::getStatus()
- 3.0.x modules/gdpr_tasks/src/Entity/TaskInterface.php \Drupal\gdpr_tasks\Entity\TaskInterface::getStatus()
Gets the current status of the task.
Return value
string The status of the Task entity.
1 method overrides TaskInterface::getStatus()
- Task::getStatus in modules/
gdpr_tasks/ src/ Entity/ Task.php - Gets the current status of the task.
File
- modules/
gdpr_tasks/ src/ Entity/ TaskInterface.php, line 41
Class
- TaskInterface
- Provides an interface for defining Task entities.
Namespace
Drupal\gdpr_tasks\EntityCode
public function getStatus();