You are here

FlipbookDeleteForm.php in 3D Flipbook 8

File

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

namespace Drupal\flipbook\Form;

use Drupal\Core\Entity\ContentEntityDeleteForm;

/**
 * Provides a form for deleting a content_entity_example entity.
 *
 * @ingroup content_entity_example
 */
class FlipbookDeleteForm extends ContentEntityDeleteForm {

}

Classes

Namesort descending Description
FlipbookDeleteForm Provides a form for deleting a content_entity_example entity.