You are here

public function IdentityChannelManagerInterface::getChannelsForIdentityType in Courier 8

Same name and namespace in other branches
  1. 2.x src/Service/IdentityChannelManagerInterface.php \Drupal\courier\Service\IdentityChannelManagerInterface::getChannelsForIdentityType()

Get channels supported for an identity entity type.

Parameters

string $identity_type_id: An identity entity type ID.

Return value

array An array of channel entity type IDs.

1 method overrides IdentityChannelManagerInterface::getChannelsForIdentityType()
IdentityChannelManager::getChannelsForIdentityType in src/Service/IdentityChannelManager.php
Get channels supported for an identity entity type.

File

src/Service/IdentityChannelManagerInterface.php, line 68
Contains \Drupal\courier\Service\IdentityChannelManagerInterface.

Class

IdentityChannelManagerInterface
Interface for identity channel manager.

Namespace

Drupal\courier\Service

Code

public function getChannelsForIdentityType($identity_type_id);