You are here

public function DataStreamInterface::setName in farmOS 2.x

Sets the data stream name.

Parameters

string $name: The data stream name.

Return value

\Drupal\data_stream\Entity\DataStreamInterface The data stream entity.

1 method overrides DataStreamInterface::setName()
DataStream::setName in modules/core/data_stream/src/Entity/DataStream.php
Sets the data stream name.

File

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

Class

DataStreamInterface
Interface for the DataStream entity type.

Namespace

Drupal\data_stream\Entity

Code

public function setName(string $name);