You are here

TwitterProfileDeleteForm.php in Tweet Feed 8.3

Same filename and directory in other branches
  1. 4.x src/Form/TwitterProfileDeleteForm.php

File

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

namespace Drupal\tweet_feed\Form;

use Drupal\Core\Entity\ContentEntityDeleteForm;

/**
 * Provides a form for deleting Tweet entity entities.
 *
 * @ingroup tweet_feed
 */
class TwitterProfileDeleteForm extends ContentEntityDeleteForm {

}

Classes

Namesort descending Description
TwitterProfileDeleteForm Provides a form for deleting Tweet entity entities.