You are here

public function DataStreamInterface::getPlugin in farmOS 2.x

Returns an instance of the data stream bundle plugin.

Return value

\Drupal\data_stream\Plugin\DataStream\DataStreamType\DataStreamTypeInterface The data stream bundle plugin.

1 method overrides DataStreamInterface::getPlugin()
DataStream::getPlugin in modules/core/data_stream/src/Entity/DataStream.php
Returns an instance of the data stream bundle plugin.

File

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

Class

DataStreamInterface
Interface for the DataStream entity type.

Namespace

Drupal\data_stream\Entity

Code

public function getPlugin();