public function SalesforceAuthConfig::getPluginId in Salesforce Suite 8.3
Same name and namespace in other branches
- 8.4 src/Entity/SalesforceAuthConfig.php \Drupal\salesforce\Entity\SalesforceAuthConfig::getPluginId()
- 5.0.x src/Entity/SalesforceAuthConfig.php \Drupal\salesforce\Entity\SalesforceAuthConfig::getPluginId()
Plugin id getter.
Return value
string|null The auth provider plugin id, or null.
File
- src/
Entity/ SalesforceAuthConfig.php, line 105
Class
- SalesforceAuthConfig
- Defines a Salesforce Auth entity.
Namespace
Drupal\salesforce\EntityCode
public function getPluginId() {
return $this->provider ?: NULL;
}