You are here

DashboardDeleteForm.php in Dashboards with Layout Builder 8

Same filename and directory in other branches
  1. 2.0.x src/Form/DashboardDeleteForm.php

File

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

namespace Drupal\dashboards\Form;

use Drupal\Core\Entity\EntityDeleteForm;

/**
 * DashboardDeleteForm class.
 */
class DashboardDeleteForm extends EntityDeleteForm {

}

Classes

Namesort descending Description
DashboardDeleteForm DashboardDeleteForm class.