You are here

OgMenuInstanceDeleteForm.php in Organic Groups Menu (OG Menu) 8

File

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

/**
 * @file
 * Contains \Drupal\og_menu\Form\OgMenuInstanceDeleteForm.
 */
namespace Drupal\og_menu\Form;

use Drupal\Core\Entity\ContentEntityDeleteForm;

/**
 * Provides a form for deleting OG Menu instance entities.
 *
 * @ingroup og_menu
 */
class OgMenuInstanceDeleteForm extends ContentEntityDeleteForm {

}

Classes

Namesort descending Description
OgMenuInstanceDeleteForm Provides a form for deleting OG Menu instance entities.