ProcessPageEditImageSelect::getPageimage()
Return the Pageimage object being edited
Usage
// basic usage
$pageimage = $processPageEditImageSelect->getPageimage();
// usage with all arguments
$pageimage = $processPageEditImageSelect->getPageimage(bool $getVariation = false);
Arguments
Name | Type(s) | Description |
---|---|---|
$getVariation (optional) | bool | Returns the variation specified in the URL. Otherwise returns original (default). |
Return value
Exceptions
Method can throw exceptions on error:
WireException
ProcessPageEditImageSelect methods and properties
API reference based on ProcessWire core version 3.0.252