You are here

public function BaseInterface::getCryptInstance in DRD Agent 8.3

Same name and namespace in other branches
  1. 4.0.x src/Agent/Action/BaseInterface.php \Drupal\drd_agent\Agent\Action\BaseInterface::getCryptInstance()

Get authorised Crypt object or FALSE if none is available.

Parameters

string $uuid: UUID of the crypt instance that should be loaded.

Return value

\Drupal\drd_agent\Crypt\BaseMethodInterface|bool The loaded Crypt instance if available or FALSE otherwise.

1 method overrides BaseInterface::getCryptInstance()
Base::getCryptInstance in src/Agent/Action/Base.php
Get authorised Crypt object or FALSE if none is available.

File

src/Agent/Action/BaseInterface.php, line 35

Class

BaseInterface
Defines an interface for Remote DRD Action Code.

Namespace

Drupal\drd_agent\Agent\Action

Code

public function getCryptInstance($uuid);