You are here

interface PaymentListBuilderInterface in Payment 8.2

Defines a payment list builder.

Hierarchy

Expanded class hierarchy of PaymentListBuilderInterface

All classes that implement PaymentListBuilderInterface

1 file declares its use of PaymentListBuilderInterface
ViewPaymentsByOwner.php in src/Controller/ViewPaymentsByOwner.php

File

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

Namespace

Drupal\payment\Entity\Payment
View source
interface PaymentListBuilderInterface extends EntityListBuilderInterface {

  /**
   * Restricts the displayed payments by owner ID.
   *
   * @param int $owner_id
   *
   * @return $this
   */
  public function restrictByOwnerId($owner_id);

}

Members

Namesort descending Modifiers Type Description Overrides
EntityListBuilderInterface::getOperations public function Provides an array of information to build a list of operation links. 1
EntityListBuilderInterface::getStorage public function Gets the entity storage. 1
EntityListBuilderInterface::load public function Loads entities of this type from storage for listing. 1
EntityListBuilderInterface::render public function Builds a listing of entities for the given entity type. 1
PaymentListBuilderInterface::restrictByOwnerId public function Restricts the displayed payments by owner ID. 1