You are here

KanbanLogDeleteForm.php in Content Planner 8

File

modules/content_kanban/src/Form/KanbanLogDeleteForm.php
View source
<?php

namespace Drupal\content_kanban\Form;

use Drupal\Core\Entity\ContentEntityDeleteForm;

/**
 * Provides a form for deleting Kanban Log entities.
 *
 * @ingroup content_kanban
 */
class KanbanLogDeleteForm extends ContentEntityDeleteForm {

}

Classes

Namesort descending Description
KanbanLogDeleteForm Provides a form for deleting Kanban Log entities.