public function SmsGatewayInterface::setPushIncomingPath in SMS Framework 8
Same name and namespace in other branches
- 2.x src/Entity/SmsGatewayInterface.php \Drupal\sms\Entity\SmsGatewayInterface::setPushIncomingPath()
- 2.1.x src/Entity/SmsGatewayInterface.php \Drupal\sms\Entity\SmsGatewayInterface::setPushIncomingPath()
Set the internal path where incoming messages are received.
Parameters
string $path: The internal path where incoming messages are received.
Return value
$this Return this gateway for chaining.
1 method overrides SmsGatewayInterface::setPushIncomingPath()
- SmsGateway::setPushIncomingPath in src/
Entity/ SmsGateway.php - Set the internal path where incoming messages are received.
File
- src/
Entity/ SmsGatewayInterface.php, line 64
Class
- SmsGatewayInterface
- Provides an interface defining a SMS Gateway entity.
Namespace
Drupal\sms\EntityCode
public function setPushIncomingPath($path);