You are here

public function SubscriptionInterface::getType in Commerce Recurring Framework 8

Gets the subscription type.

Return value

\Drupal\commerce_recurring\Plugin\Commerce\SubscriptionType\SubscriptionTypeInterface The subscription type.

1 method overrides SubscriptionInterface::getType()
Subscription::getType in src/Entity/Subscription.php
Gets the subscription type.

File

src/Entity/SubscriptionInterface.php, line 24

Class

SubscriptionInterface
Defines the interface for subscriptions.

Namespace

Drupal\commerce_recurring\Entity

Code

public function getType();