You are here

public function BaseMethodInterface::isAvailable in DRD Agent 4.0.x

Same name and namespace in other branches
  1. 8.3 src/Crypt/BaseMethodInterface.php \Drupal\drd_agent\Crypt\BaseMethodInterface::isAvailable()

Find out if the crypt method is available.

Return value

bool TRUE if method is available.

3 methods override BaseMethodInterface::isAvailable()
MCrypt::isAvailable in src/Crypt/Method/MCrypt.php
Find out if the crypt method is available.
OpenSSL::isAvailable in src/Crypt/Method/OpenSSL.php
Find out if the crypt method is available.
TLS::isAvailable in src/Crypt/Method/TLS.php
Find out if the crypt method is available.

File

src/Crypt/BaseMethodInterface.php, line 26

Class

BaseMethodInterface
Provides an interface for encryption methods.

Namespace

Drupal\drd_agent\Crypt

Code

public function isAvailable() : bool;