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\mandrillCode
public function addInboundRoute($domain, $pattern, $url);