You are here

TwitterWidgetDeleteForm.php in Twitter Profile Widget 8

File

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

namespace Drupal\twitter_profile_widget\Form;

use Drupal\Core\Entity\ContentEntityDeleteForm;

/**
 * Provides a form for deleting Twitter widget entities.
 *
 * @ingroup twitter_profile_widget
 */
class TwitterWidgetDeleteForm extends ContentEntityDeleteForm {

}

Classes

Namesort descending Description
TwitterWidgetDeleteForm Provides a form for deleting Twitter widget entities.