You are here

EditableOrderPanePluginBase.php in Ubercart 8.4

Namespace

Drupal\uc_order

File

uc_order/src/EditableOrderPanePluginBase.php
View source
<?php

namespace Drupal\uc_order;


/**
 * Defines a base editable order pane plugin implementation.
 */
abstract class EditableOrderPanePluginBase extends OrderPanePluginBase implements EditableOrderPanePluginInterface {

}

Classes

Namesort descending Description
EditableOrderPanePluginBase Defines a base editable order pane plugin implementation.