Returns true if Page has a files path that exists.
This is a way to for $pages
API functions (or others) to check if they should attempt to use a $page's filesManager, thus ensuring directories aren't created for pages that don't need them.
Usage
$bool = PagefilesManager::hasPath(Page $page);
Arguments
Name | Type(s) | Description |
---|---|---|
page | Page |
Return value
bool
True if a path exists for the page, false if not.
PagefilesManager methods and properties
API reference based on ProcessWire core version 3.0.244