library_management_system-1.0.1/src/Form/LmsPublicationDeleteForm.php
src/Form/LmsPublicationDeleteForm.php
<?php
namespace Drupal\library_management_system\Form;
use Drupal\Core\Entity\ContentEntityDeleteForm;
/**
* Provides a form for deleting LmsPublication entities.
*
* @ingroup library_management_system
*/
class LmsPublicationDeleteForm extends ContentEntityDeleteForm {
}
