Returns the label of a source item type.
$type: The identifier of a source item type.
Overrides SourcePluginBase::getItemTypeLabel
public function getItemTypeLabel($type) {
return \Drupal::entityTypeManager()
->getDefinition($type)
->getLabel();
}