Function Mail_dispatcher_base->is_enabled

Definitions

sources/mail.php

  • Find whether the e-mailer is currently enabled.
  • Visibility: protected
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Returns: bool

Returns

  • Whether the e-mailer is currently enabled
  • Type: boolean
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * Find whether the e-mailer is currently enabled.
 *
 * @return boolean Whether the e-mailer is currently enabled
 */

protected function is_enabled() : bool