You are here

FormAssemblyEntityDeleteForm.php in FormAssembly 8

File

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

namespace Drupal\formassembly\Form;

use Drupal\Core\Entity\ContentEntityDeleteForm;

/**
 * Provides a form for deleting FormAssembly Form entities.
 *
 * @author Shawn P. Duncan <code@sd.shawnduncan.org>
 *
 * Copyright 2018 by Shawn P. Duncan.  This code is
 * released under the GNU General Public License.
 * Which means that it is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or (at
 * your option) any later version.
 * http://www.gnu.org/licenses/gpl.html
 * @package Drupal\formassembly
 */
class FormAssemblyEntityDeleteForm extends ContentEntityDeleteForm {

}

Classes

Namesort descending Description
FormAssemblyEntityDeleteForm Provides a form for deleting FormAssembly Form entities.