Does a files path exist for form/entry?
Usage
// basic usage
$bool = $formBuilderEntries->hasFilesPath();
// usage with all arguments
$bool = $formBuilderEntries->hasFilesPath(int $entryID = 0, int $formID = 0);
Arguments
Name | Type(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
FormBuilderEntries methods and properties
API reference based on ProcessWire core version 3.0.236