You are here

public function Invoice::hasInvoiceNumber in Commerce Invoice 7.2

Return value

bool

1 call to Invoice::hasInvoiceNumber()
Invoice::defaultLabel in src/Entity/Invoice.php

File

src/Entity/Invoice.php, line 67
Invoice entity.

Class

Invoice

Namespace

Drupal\commerce_invoice\Entity

Code

public function hasInvoiceNumber() {
  return isset($this->number_sequence);
}