You are here

public function DataStreamInterface::getBundleLabel in farmOS 2.x

Gets the label of the the asset type.

Return value

string The label of the asset type.

1 method overrides DataStreamInterface::getBundleLabel()
DataStream::getBundleLabel in modules/core/data_stream/src/Entity/DataStream.php
Gets the label of the the asset type.

File

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

Class

DataStreamInterface
Interface for the DataStream entity type.

Namespace

Drupal\data_stream\Entity

Code

public function getBundleLabel();