commerce_inventory-8.x-1.0-alpha6/src/Form/InventoryLocationDeleteForm.php
src/Form/InventoryLocationDeleteForm.php
<?php
namespace Drupal\commerce_inventory\Form;
use Drupal\Core\Entity\ContentEntityDeleteForm;
/**
* Provides a form for deleting Inventory Location entities.
*
* @ingroup commerce_inventory
*/
class InventoryLocationDeleteForm extends ContentEntityDeleteForm {
}
