You are here

public function IdentityChannelManagerInterface::getChannels in Courier 8

Same name and namespace in other branches
  1. 2.x 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 49
Contains \Drupal\courier\Service\IdentityChannelManagerInterface.

Class

IdentityChannelManagerInterface
Interface for identity channel manager.

Namespace

Drupal\courier\Service

Code

public function getChannels();