You are here

ParagraphSetDeleteForm.php in Paragraphs frontend ui 8

File

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

namespace Drupal\paragraphs_frontend_ui\Form;

use Drupal\Core\Entity\ContentEntityDeleteForm;

/**
 * Provides a form for deleting Paragraph set entities.
 *
 * @ingroup paragraphs_frontend_ui
 */
class ParagraphSetDeleteForm extends ContentEntityDeleteForm {

}

Classes

Namesort descending Description
ParagraphSetDeleteForm Provides a form for deleting Paragraph set entities.