InstagramAccountDeleteForm.php in Instagram Feeds 8
Namespace
Drupal\instagram_feeds\FormFile
src/Form/InstagramAccountDeleteForm.phpView source
<?php
namespace Drupal\instagram_feeds\Form;
use Drupal\Core\Entity\ContentEntityDeleteForm;
/**
* Provides the Instagram Account deletion form.
*/
class InstagramAccountDeleteForm extends ContentEntityDeleteForm {
/**
* {@inheritdoc}
*/
public function getDescription() {
return $this
->getQuestion() . ' ' . parent::getDescription();
}
}
Classes
Name | Description |
---|---|
InstagramAccountDeleteForm | Provides the Instagram Account deletion form. |