You are here

public function DataStreamStorageInterface::storageSave in farmOS 2.x

Save data to the DataStream storage.

Parameters

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

array $data: Data to save.

Return value

bool Success.

File

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

Class

DataStreamStorageInterface
The DataStreamStorageInterface.

Namespace

Drupal\data_stream

Code

public function storageSave(DataStreamInterface $stream, array $data);