You are here

BoardDeleteForm.php in Drupal PM (Project Management) 4.x

File

modules/pm_board/src/Form/BoardDeleteForm.php
View source
<?php

namespace Drupal\pm_board\Form;

use Drupal\Core\Entity\ContentEntityDeleteForm;

/**
 * Provides a form for deleting Board entities.
 *
 * @ingroup pm_board
 */
class BoardDeleteForm extends ContentEntityDeleteForm {

}

Classes

Namesort descending Description
BoardDeleteForm Provides a form for deleting Board entities.