public function SmsGateway::getPushIncomingPath in SMS Framework 8
Same name and namespace in other branches
- 2.x src/Entity/SmsGateway.php \Drupal\sms\Entity\SmsGateway::getPushIncomingPath()
- 2.1.x src/Entity/SmsGateway.php \Drupal\sms\Entity\SmsGateway::getPushIncomingPath()
Get the internal path where incoming messages are received.
Return value
string The internal path where incoming messages are received.
Overrides SmsGatewayInterface::getPushIncomingPath
File
- src/
Entity/ SmsGateway.php, line 209
Class
- SmsGateway
- Defines storage for an SMS Gateway instance.
Namespace
Drupal\sms\EntityCode
public function getPushIncomingPath() {
return $this->incoming_push_path;
}