You are here

HeartbeatStreamDeleteForm.php in Heartbeat 8

File

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

namespace Drupal\heartbeat\Form;

use Drupal\Core\Entity\ContentEntityDeleteForm;

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

}

Classes

Namesort descending Description
HeartbeatStreamDeleteForm Provides a form for deleting Heartbeat stream entities.