<?php namespace Drupal\bat\Form; use Drupal\Core\Entity\EntityDeleteForm; /** * Provides a form for type group bundle deletion. */ class TypeGroupBundleDeleteConfirm extends EntityDeleteForm { }
Главная | Обратная связь