public function RecipientTypeInterface::isEnabled in Workbench Email 8
Same name and namespace in other branches
- 2.x src/Plugin/RecipientTypeInterface.php \Drupal\workbench_email\Plugin\RecipientTypeInterface::isEnabled()
Checks status.
Return value
bool TRUE if enabled.
1 method overrides RecipientTypeInterface::isEnabled()
- RecipientTypeBase::isEnabled in src/
Plugin/ RecipientTypeBase.php - Checks status.
File
- src/
Plugin/ RecipientTypeInterface.php, line 72
Class
- RecipientTypeInterface
- Defines the interface for Recipient type plugins.
Namespace
Drupal\workbench_email\PluginCode
public function isEnabled();