You are here

public function MandrillAPIInterface::addInboundRoute in Mandrill 8

1 method overrides MandrillAPIInterface::addInboundRoute()
MandrillAPI::addInboundRoute in src/MandrillAPI.php
Adds a new inbound route for a domain.

File

src/MandrillAPIInterface.php, line 29

Class

MandrillAPIInterface
Interface for the Mandrill API.

Namespace

Drupal\mandrill

Code

public function addInboundRoute($domain, $pattern, $url);