Prado\I18N\core\MessageSource::getSource PHP Method

getSource() protected method

Get the source, this could be a filename or database ID.
protected getSource ( $variant ) : string
return string the resource key
    protected function getSource($variant)
    {
        return $variant;
    }