social_lms_integrator-1.0.0-beta4/modules/social_lms_integrator_enrollment/src/Form/IterationEnrollmentDeleteForm.php
modules/social_lms_integrator_enrollment/src/Form/IterationEnrollmentDeleteForm.php
<?php
namespace Drupal\social_lms_integrator_enrollment\Form;
use Drupal\Core\Entity\ContentEntityDeleteForm;
/**
* Provides a form for deleting Iteration enrollment entities.
*
* @ingroup social_lms_integrator_enrollment
*/
class IterationEnrollmentDeleteForm extends ContentEntityDeleteForm {
}
