protected function Invoice::defaultUri in Commerce Invoice 7.2
File
- src/
Entity/ Invoice.php, line 87 - Invoice entity.
Class
Namespace
Drupal\commerce_invoice\EntityCode
protected function defaultUri() {
return [
'path' => 'admin/commerce/invoices/' . $this
->identifier(),
];
}