You are here

Standalone.php in Commerce Recurring Framework 8

File

src/Plugin/Commerce/SubscriptionType/Standalone.php
View source
<?php

namespace Drupal\commerce_recurring\Plugin\Commerce\SubscriptionType;


/**
 * Provides the standalone subscription type (not backed by a purchased entity).
 *
 * @CommerceSubscriptionType(
 *   id = "standalone",
 *   label = @Translation("Standalone"),
 * )
 */
class Standalone extends SubscriptionTypeBase {

}

Classes

Namesort descending Description
Standalone Provides the standalone subscription type (not backed by a purchased entity).