You are here

public function Adjustment::getSourceId in Commerce Core 8.2

Get the source identifier.

Return value

string|null The source identifier, if available.

File

modules/order/src/Adjustment.php, line 173

Class

Adjustment
Represents an adjustment.

Namespace

Drupal\commerce_order

Code

public function getSourceId() {
  return $this->sourceId;
}