You are here

public function DataStreamStorageInterface::storageGet in farmOS 2.x

Get data from the DataStream storage.

Parameters

\Drupal\data_stream\Entity\DataStreamInterface $stream: The DataStream entity.

array $params: Parameters.

Return value

array Array of data.

File

modules/core/data_stream/src/DataStreamStorageInterface.php, line 25

Class

DataStreamStorageInterface
The DataStreamStorageInterface.

Namespace

Drupal\data_stream

Code

public function storageGet(DataStreamInterface $stream, array $params);