You are here

OrderCancel.php in Commerce Stock 8

File

src/Plugin/Commerce/StockEventType/OrderCancel.php
View source
<?php

namespace Drupal\commerce_stock\Plugin\Commerce\StockEventType;


/**
 * Provides the order place event type.
 *
 * @StockEventType(
 *   id = "commerce_stock_order_cancel",
 *   label = @Translation("Commerce stock order cancel event type"),
 *   displayLabel = @Translation("Order Cancel Event"),
 *   transactionMessage = @Translation("Order canceled."),
 * )
 */
class OrderCancel extends StockEventTypeBase {

}

Classes

Namesort descending Description
OrderCancel Provides the order place event type.