You are here

public function InvoiceFilenameEvent::getFilename in Commerce Invoice 8.2

Gets the invoice filename.

Return value

string The invoice filename.

File

src/Event/InvoiceFilenameEvent.php, line 48

Class

InvoiceFilenameEvent
Defines the invoice filename event.

Namespace

Drupal\commerce_invoice\Event

Code

public function getFilename() {
  return $this->filename;
}