protected property SmsGateway::$settings in SMS Framework 2.x
Same name and namespace in other branches
- 8 src/Entity/SmsGateway.php \Drupal\sms\Entity\SmsGateway::settings
- 2.1.x src/Entity/SmsGateway.php \Drupal\sms\Entity\SmsGateway::settings
The plugin instance settings.
Access settings using:
$gateway
->getPlugin()
->getConfiguration();
Type: array
File
- src/
Entity/ SmsGateway.php, line 87
Class
- SmsGateway
- Defines storage for an SMS Gateway instance.
Namespace
Drupal\sms\EntityCode
protected $settings = [];