FormBuilderEntries::hasFilesPath() method

Does a files path exist for form/entry?

Usage

// basic usage
$bool = $entries->hasFilesPath();

// usage with all arguments
$bool = $entries->hasFilesPath(int $entryID = 0, int $formID = 0);

Arguments

NameType(s)Description
$entryID (optional)int

Specify entry ID to check if files path exists for entry

$formID (optional)int

Optional form ID, if different from the one for this FormBuilderEntries class

Return value

bool


$entries methods and properties

API reference based on ProcessWire core version 3.0.252