Function Hook_health_check_security_ssl->hasSSLEnabled

Definitions

sources/hooks/systems/health_checks/security_ssl.php

  • Find if SSL is enabled.
  • Visibility: protected
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Returns: bool

Returns

  • Whether it is
  • Type: boolean
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * Find if SSL is enabled.
 *
 * @return boolean Whether it is
 */

protected function hasSSLEnabled() : bool