public function IdentityChannelManagerInterface::getCourierIdentityPluginID in Courier 8
Same name and namespace in other branches
- 2.x src/Service/IdentityChannelManagerInterface.php \Drupal\courier\Service\IdentityChannelManagerInterface::getCourierIdentityPluginID()
Get IdentityChannel plugin ID bridging a identity and message combination.
Parameters
string $channel_type_id: An channel entity type ID.
string $identity_type_id: An identity entity type ID.
Return value
string|NULL IdentityChannel plugin ID, or NULL if no plugin was found.
1 method overrides IdentityChannelManagerInterface::getCourierIdentityPluginID()
- IdentityChannelManager::getCourierIdentityPluginID in src/
Service/ IdentityChannelManager.php - Get IdentityChannel plugin ID bridging a identity and message combination.
File
- src/
Service/ IdentityChannelManagerInterface.php, line 28 - Contains \Drupal\courier\Service\IdentityChannelManagerInterface.
Class
- IdentityChannelManagerInterface
- Interface for identity channel manager.
Namespace
Drupal\courier\ServiceCode
public function getCourierIdentityPluginID($channel_type_id, $identity_type_id);