You are here

public function PaymentQueuePaymentIdsAlter::getCategoryId in Payment 8.2

Gets the queue category ID.

Return value

string

File

src/Event/PaymentQueuePaymentIdsAlter.php, line 76

Class

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

Namespace

Drupal\payment\Event

Code

public function getCategoryId() {
  return $this->categoryId;
}