Basic Output
The file field type always returns null
or an \Anomaly\FilesModule\File\Contract\FileInterface
instance.
Example
$entry->example->getName(); // example.jpg
Twig
{{ entry.example.getName() }} // example.jpg
The file field type always returns null
or an \Anomaly\FilesModule\File\Contract\FileInterface
instance.
$entry->example->getName(); // example.jpg
{{ entry.example.getName() }} // example.jpg