You are here

OrderPlace.php in Commerce Stock 8

File

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

namespace Drupal\commerce_stock\Plugin\Commerce\StockEventType;


/**
 * Provides the order place event type.
 *
 * @StockEventType(
 *   id = "commerce_stock_order_place",
 *   label = @Translation("Commerce stock order place event type"),
 *   displayLabel = @Translation("Order Place Event"),
 *   transactionMessage = @Translation("Order placed."),
 * )
 */
class OrderPlace extends StockEventTypeBase {

}

Classes

Namesort descending Description
OrderPlace Provides the order place event type.