interface GlobbableFileIDHelper (View source)

deprecated 3.1.0 Will be part of the SilverStripe\Assets\FilenameParsing\FileIDHelper interface in a future major release.

Methods

public
string
getVariantGlob(string $folder, ParsedFileID $parsedFileID)

Get the glob for this file for use in GlobContentLister::listContentsByGlob()

Details

string getVariantGlob(string $folder, ParsedFileID $parsedFileID)

Get the glob for this file for use in GlobContentLister::listContentsByGlob()

Parameters

string $folder
ParsedFileID $parsedFileID

Return Value

string