You are here

public function RecipientTypeInterface::isEnabled in Workbench Email 2.x

Same name and namespace in other branches
  1. 8 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\Plugin

Code

public function isEnabled();