You are here

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

File

modules/pm_feature/src/Form/FeatureDeleteForm.php
View source
<?php

namespace Drupal\pm_feature\Form;

use Drupal\Core\Entity\ContentEntityDeleteForm;

/**
 * Provides a form for deleting Feature entities.
 *
 * @ingroup pm_feature
 */
class FeatureDeleteForm extends ContentEntityDeleteForm {

}

Classes

Namesort descending Description
FeatureDeleteForm Provides a form for deleting Feature entities.