public function MappedObject::authMan in Salesforce Suite 5.0.x
Same name and namespace in other branches
- 8.4 modules/salesforce_mapping/src/Entity/MappedObject.php \Drupal\salesforce_mapping\Entity\MappedObject::authMan()
Wrapper for salesforce auth provider plugin manager.
Return value
\Drupal\salesforce\SalesforceAuthProviderPluginManagerInterface The auth provider plugin manager.
Overrides MappedObjectInterface::authMan
File
- modules/
salesforce_mapping/ src/ Entity/ MappedObject.php, line 367
Class
- MappedObject
- Defines a Salesforce Mapped Object entity class.
Namespace
Drupal\salesforce_mapping\EntityCode
public function authMan() {
return \Drupal::service('plugin.manager.salesforce.auth_providers');
}