public function SearchApiAcquiaSearchHttpTransport::setDerivedKey in Acquia Search for Search API 7
Sets the derived key used to HMAC hash the search request.
Parameters
string $derived_key: The derived key.
File
- includes/
SearchApiAcquiaSearchHttpTransport.php, line 46 - Contains SearchApiAcquiaSearchHttpTransport.
Class
- SearchApiAcquiaSearchHttpTransport
- HTTP transport for connections to the Acquia Search Service.
Code
public function setDerivedKey($derived_key) {
$this->derivedKey = $derived_key;
}