You are here

HeartbeatDeleteForm.php in Heartbeat 8

File

src/Form/HeartbeatDeleteForm.php
View source
<?php

namespace Drupal\heartbeat\Form;

use Drupal\Core\Entity\ContentEntityDeleteForm;

/**
 * Provides a form for deleting Heartbeat entities.
 *
 * @ingroup heartbeat
 */
class HeartbeatDeleteForm extends ContentEntityDeleteForm {

}

Classes

Namesort descending Description
HeartbeatDeleteForm Provides a form for deleting Heartbeat entities.