You are here

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

File

modules/pm_note/src/Form/NoteDeleteForm.php
View source
<?php

namespace Drupal\pm_note\Form;

use Drupal\Core\Entity\ContentEntityDeleteForm;

/**
 * Provides a form for deleting Note entities.
 *
 * @ingroup pm_note
 */
class NoteDeleteForm extends ContentEntityDeleteForm {

}

Classes

Namesort descending Description
NoteDeleteForm Provides a form for deleting Note entities.