You are here

public function PostMailSendEvent::getParams in Commerce Core 8.2

Gets the email parameters.

Return value

array An array of emails parameters.

File

src/Event/PostMailSendEvent.php, line 53

Class

PostMailSendEvent
Provides the event dispatched after sending emails via the mail handler.

Namespace

Drupal\commerce\Event

Code

public function getParams() {
  return $this->params;
}