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
Namespace
Drupal\video_transcodeCode
public function getLabel() {
return $this->pluginDefinition['label'];
}