public function MappedObjectInterface::authMan in Salesforce Suite 8.4
Same name and namespace in other branches
- 5.0.x modules/salesforce_mapping/src/Entity/MappedObjectInterface.php \Drupal\salesforce_mapping\Entity\MappedObjectInterface::authMan()
Wrapper for salesforce auth provider plugin manager.
Return value
\Drupal\salesforce\SalesforceAuthProviderPluginManagerInterface The auth provider plugin manager.
1 method overrides MappedObjectInterface::authMan()
- MappedObject::authMan in modules/
salesforce_mapping/ src/ Entity/ MappedObject.php - Wrapper for salesforce auth provider plugin manager.
File
- modules/
salesforce_mapping/ src/ Entity/ MappedObjectInterface.php, line 68
Class
- MappedObjectInterface
- Mapped Object interface.
Namespace
Drupal\salesforce_mapping\EntityCode
public function authMan();