public function MetadataEvent::getFid in Filebrowser 8.2
Same name and namespace in other branches
- 3.x src/Events/MetadataEvent.php \Drupal\filebrowser\Events\MetadataEvent::getFid()
File
- src/
Events/ MetadataEvent.php, line 55
Class
Namespace
Drupal\filebrowser\EventsCode
public function getFid() {
return $this->fid;
}