SimpleMegaMenuDeleteForm.php in Simple Mega Menu 8
Same filename and directory in other branches
Namespace
Drupal\simple_megamenu\FormFile
src/Form/SimpleMegaMenuDeleteForm.phpView source
<?php
namespace Drupal\simple_megamenu\Form;
use Drupal\Core\Entity\ContentEntityDeleteForm;
/**
* Provides a form for deleting Simple mega menu entities.
*
* @ingroup simple_megamenu
*/
class SimpleMegaMenuDeleteForm extends ContentEntityDeleteForm {
}
Classes
Name | Description |
---|---|
SimpleMegaMenuDeleteForm | Provides a form for deleting Simple mega menu entities. |