class Broken in Courier 2.x
Same name and namespace in other branches
- 8 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
- class \Drupal\courier\Plugin\IdentityChannel\Broken implements IdentityChannelPluginInterface
Expanded class hierarchy of Broken
File
- src/
Plugin/ IdentityChannel/ Broken.php, line 16
Namespace
Drupal\courier\Plugin\IdentityChannelView source
class Broken implements IdentityChannelPluginInterface {
/**
* {@inheritdoc}
*/
public function applyIdentity(ChannelInterface &$message, EntityInterface $identity) {
}
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
Broken:: |
public | function |
Inserts the identity into the message. Overrides IdentityChannelPluginInterface:: |