sharp
sharp copied to clipboard
Allow override of getLabel() function in entities to allow translations
Change this method in BaseSharpEntity.php to allow override in entities.
final public function getLabel(): string
{
return $this->label;
}