You are here

public function PaymentListBuilderInterface::restrictByOwnerId in Payment 8.2

Restricts the displayed payments by owner ID.

Parameters

int $owner_id:

Return value

$this

1 method overrides PaymentListBuilderInterface::restrictByOwnerId()
PaymentListBuilder::restrictByOwnerId in src/Entity/Payment/PaymentListBuilder.php
Restricts the displayed payments by owner ID.

File

src/Entity/Payment/PaymentListBuilderInterface.php, line 19

Class

PaymentListBuilderInterface
Defines a payment list builder.

Namespace

Drupal\payment\Entity\Payment

Code

public function restrictByOwnerId($owner_id);