Roots\Sage\Assets\ManifestInterface::get PHP Метод

get() публичный Метод

If the manifest does not have an entry for $asset, then return $asset
public get ( string $asset ) : string
$asset string The original name of the file before cache-busting
Результат string
    public function get($asset);
ManifestInterface