$file->toArray()
Extended info for the array export by injecting the information from the asset.
$file->toArray(): array
Return type
array
Parent class
Example
if($image = $page->image()):
var_dump($image->toArray());
endif;
Extended info for the array export by injecting the information from the asset.
$file->toArray(): array
array
if($image = $page->image()):
var_dump($image->toArray());
endif;