You are here

public function PaymentQueuePaymentIdsAlter::getOwnerId in Payment 8.2

Gets the ID of the user who owns the payments.

Return value

int

File

src/Event/PaymentQueuePaymentIdsAlter.php, line 85

Class

PaymentQueuePaymentIdsAlter
Provides an event that alters \Drupal\payment\QueueInterface::loadPaymentIds() results.

Namespace

Drupal\payment\Event

Code

public function getOwnerId() {
  return $this->ownerId;
}