You are here

public function MappedObject::authMan in Salesforce Suite 8.4

Same name and namespace in other branches
  1. 5.0.x 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\Entity

Code

public function authMan() {
  return \Drupal::service('plugin.manager.salesforce.auth_providers');
}