gamify-1.1.x-dev/modules/userpoints/src/Form/UserPointsDeleteForm.php
modules/userpoints/src/Form/UserPointsDeleteForm.php
<?php
namespace Drupal\userpoints\Form;
use Drupal\Core\Entity\ContentEntityDeleteForm;
/**
* Provides a form for deleting User points entities.
*
* @ingroup userpoints
*/
class UserPointsDeleteForm extends ContentEntityDeleteForm {
}
