<?php namespace Drupal\dashboards\Form; use Drupal\Core\Entity\EntityDeleteForm; /** * Entity delete form class. */ class DashboardDeleteForm extends EntityDeleteForm { }
Главная | Обратная связь