TaskViewsData.php in General Data Protection Regulation 8.2
Same filename and directory in other branches
Namespace
Drupal\gdpr_tasks\EntityFile
modules/gdpr_tasks/src/Entity/TaskViewsData.phpView source
<?php
namespace Drupal\gdpr_tasks\Entity;
use Drupal\views\EntityViewsData;
/**
* Provides Views data for Task entities.
*/
class TaskViewsData extends EntityViewsData {
}Classes
|
Name |
Description |
|---|---|
| TaskViewsData | Provides Views data for Task entities. |