Returns array of arrays with all columns in pages table indexed by page ID
Available since version 3.0.153.
Usage
// basic usage
$array = $pageFinder->findVerboseIDs($selectors);
// usage with all arguments
$array = $pageFinder->findVerboseIDs($selectors, array $options = []);
Arguments
Name | Type(s) | Description |
---|---|---|
selectors | Selectors, string, array | Selectors object, selector string or selector array |
options (optional) | array |
|
Return value
array
DatabaseQuerySelect
PageFinder methods and properties
API reference based on ProcessWire core version 3.0.236