You are here

public function SubscriptionInterface::getCustomer in Commerce Recurring Framework 8

Gets the customer.

Return value

\Drupal\user\UserInterface The customer.

1 method overrides SubscriptionInterface::getCustomer()
Subscription::getCustomer in src/Entity/Subscription.php
Gets the customer.

File

src/Entity/SubscriptionInterface.php, line 66

Class

SubscriptionInterface
Defines the interface for subscriptions.

Namespace

Drupal\commerce_recurring\Entity

Code

public function getCustomer();