You are here

PaymentTypeItem.php in Payment 8.2

File

src/Plugin/Field/FieldType/PaymentTypeItem.php
View source
<?php

namespace Drupal\payment\Plugin\Field\FieldType;


/**
 * Provides a plugin collection for payment type plugins.
 *
 * @FieldType(
 *   id = "plugin:payment_type"
 * )
 */
class PaymentTypeItem extends PaymentAwarePluginCollectionItem {

}

Classes

Namesort descending Description
PaymentTypeItem Provides a plugin collection for payment type plugins.