contacts_events-8.x-1.x-dev/modules/teams/src/Form/TeamDeleteForm.php
modules/teams/src/Form/TeamDeleteForm.php
<?php
namespace Drupal\contacts_events_teams\Form;
use Drupal\Core\Entity\ContentEntityDeleteForm;
/**
* Provides a form for deleting Team entities.
*
* @ingroup contacts_events_teams
*/
class TeamDeleteForm extends ContentEntityDeleteForm {
}
