You are here

class Broken in Courier 8

Same name and namespace in other branches
  1. 2.x src/Plugin/IdentityChannel/Broken.php \Drupal\courier\Plugin\IdentityChannel\Broken

Fallback plugin for missing IdentityChannel plugins.

Plugin annotation


@IdentityChannel(
  id = "broken",
  label = @Translation("Broken/Missing")
)

Hierarchy

Expanded class hierarchy of Broken

File

src/Plugin/IdentityChannel/Broken.php, line 22
Contains \Drupal\courier\Plugin\IdentityChannel\Broken.

Namespace

Drupal\courier\Plugin\IdentityChannel
View source
class Broken implements IdentityChannelPluginInterface {

  /**
   * {@inheritdoc}
   */
  public function applyIdentity(ChannelInterface &$message, EntityInterface $identity) {
  }

}

Members

Namesort descending Modifiers Type Description Overrides
Broken::applyIdentity public function Inserts the identity into the message. Overrides IdentityChannelPluginInterface::applyIdentity