You are here

public function TranscoderBase::getLabel in Video 8.2

Get the Plugin label.

Return value

string The name of the plugin.

File

modules/video_transcode/src/TranscoderBase.php, line 53
Provides Drupal\video_transcode\TranscoderBase.

Class

TranscoderBase

Namespace

Drupal\video_transcode

Code

public function getLabel() {
  return $this->pluginDefinition['label'];
}