public function SalesforceAuthConfig::getLoginUrl in Salesforce Suite 8.3
File
- src/
Entity/ SalesforceAuthConfig.php, line 112
Class
- SalesforceAuthConfig
- Defines a Salesforce Auth entity.
Namespace
Drupal\salesforce\EntityCode
public function getLoginUrl() {
return $this
->getPlugin() ? $this
->getPlugin()
->getLoginUrl() : '';
}