public function LineItemCollectionInterface::getLineItems in Payment 8.2
Gets all line items.
Return value
\Drupal\payment\Plugin\Payment\LineItem\PaymentLineItemInterface[]
2 methods override LineItemCollectionInterface::getLineItems()
- LineItemCollection::getLineItems in src/
LineItemCollection.php - Gets all line items.
- Payment::getLineItems in src/
Entity/ Payment.php - Gets all line items.
File
- src/
LineItemCollectionInterface.php, line 61
Class
- LineItemCollectionInterface
- Defines a line item collection.
Namespace
Drupal\paymentCode
public function getLineItems();