public function RuntimeImportContext::getChannelLabel in Entity Share 8.3
Getter.
Return value
string The channel's Label.
File
- modules/
entity_share_client/ src/ RuntimeImportContext.php, line 142
Class
- RuntimeImportContext
- Class RuntimeImportContext.
Namespace
Drupal\entity_share_clientCode
public function getChannelLabel() : string {
return $this->channelLabel;
}