You are here

public function IdentityChannelManagerInterface::getIdentityTypes in Courier 8

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

Gets all identity types.

Return value

array Arrays of identity entity type IDs.

1 method overrides IdentityChannelManagerInterface::getIdentityTypes()
IdentityChannelManager::getIdentityTypes in src/Service/IdentityChannelManager.php
Gets all identity types.

File

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

Class

IdentityChannelManagerInterface
Interface for identity channel manager.

Namespace

Drupal\courier\Service

Code

public function getIdentityTypes();