DashboardDeleteForm.php in Dashboards with Layout Builder 8
Same filename and directory in other branches
Namespace
Drupal\dashboards\FormFile
src/Form/DashboardDeleteForm.phpView source
<?php
namespace Drupal\dashboards\Form;
use Drupal\Core\Entity\EntityDeleteForm;
/**
* DashboardDeleteForm class.
*/
class DashboardDeleteForm extends EntityDeleteForm {
}
Classes
Name | Description |
---|---|
DashboardDeleteForm | DashboardDeleteForm class. |