You are here

TaskTypeInterface.php in General Data Protection Regulation 3.0.x

File

modules/gdpr_tasks/src/Entity/TaskTypeInterface.php
View 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

Namesort descending Description
TaskTypeInterface Provides an interface for defining Task type entities.