TaskTypeInterface.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/TaskTypeInterface.phpView source
<?php
namespace Drupal\gdpr_tasks\Entity;
use Drupal\Core\Config\Entity\ConfigEntityInterface;
/**
* Provides an interface for defining Task type entities.
*/
interface TaskTypeInterface extends ConfigEntityInterface {
}
Interfaces
Name | Description |
---|---|
TaskTypeInterface | Provides an interface for defining Task type entities. |