You are here

public function DigestManagerInterface::getNotifiers in Message Digest 8

Returns the Digest notifier plugins.

Return value

\Drupal\message_digest\Plugin\Notifier\DigestInterface[] An associative array of Digest notifier plugins, keyed by plugin ID.

1 method overrides DigestManagerInterface::getNotifiers()
DigestManager::getNotifiers in src/DigestManager.php
Returns the Digest notifier plugins.

File

src/DigestManagerInterface.php, line 46

Class

DigestManagerInterface
Declares an interface for managing message digests.

Namespace

Drupal\message_digest

Code

public function getNotifiers();