You are here

public function IdentityChannelManagerInterface::getChannels in Courier 2.x

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

Gets all channel implementations.

Return value

array Arrays of identity entity type IDs, keyed by channel entity type ID.

1 method overrides IdentityChannelManagerInterface::getChannels()
IdentityChannelManager::getChannels in src/Service/IdentityChannelManager.php
Gets all channel implementations.

File

src/Service/IdentityChannelManagerInterface.php, line 44

Class

IdentityChannelManagerInterface
Interface for identity channel manager.

Namespace

Drupal\courier\Service

Code

public function getChannels();