You are here

StockLocationDeleteForm.php in Commerce Stock 8

File

modules/local_storage/src/Form/StockLocationDeleteForm.php
View source
<?php

namespace Drupal\commerce_stock_local\Form;

use Drupal\Core\Entity\ContentEntityDeleteForm;

/**
 * Provides a form for deleting Stock Location entities.
 *
 * @ingroup commerce_stock_local
 */
class StockLocationDeleteForm extends ContentEntityDeleteForm {

}

Classes

Namesort descending Description
StockLocationDeleteForm Provides a form for deleting Stock Location entities.