You are here

public function SmsGatewayInterface::autoCreateIncomingRoute in SMS Framework 2.x

Same name and namespace in other branches
  1. 8 src/Entity/SmsGatewayInterface.php \Drupal\sms\Entity\SmsGatewayInterface::autoCreateIncomingRoute()
  2. 2.1.x src/Entity/SmsGatewayInterface.php \Drupal\sms\Entity\SmsGatewayInterface::autoCreateIncomingRoute()

Whether to automatically create a route for receiving incoming messages.

Return value

bool Whether to automatically create a route for receiving incoming messages.

1 method overrides SmsGatewayInterface::autoCreateIncomingRoute()
SmsGateway::autoCreateIncomingRoute in src/Entity/SmsGateway.php
Whether to automatically create a route for receiving incoming messages.

File

src/Entity/SmsGatewayInterface.php, line 143

Class

SmsGatewayInterface
Provides an interface defining a SMS Gateway entity.

Namespace

Drupal\sms\Entity

Code

public function autoCreateIncomingRoute();