You are here

public function DataStreamInterface::getPrivateKey in farmOS 2.x

Gets the data stream private key.

Return value

string The data stream private key.

1 method overrides DataStreamInterface::getPrivateKey()
DataStream::getPrivateKey in modules/core/data_stream/src/Entity/DataStream.php
Gets the data stream private key.

File

modules/core/data_stream/src/Entity/DataStreamInterface.php, line 65

Class

DataStreamInterface
Interface for the DataStream entity type.

Namespace

Drupal\data_stream\Entity

Code

public function getPrivateKey();