public function MetadataEvent::getFid in Filebrowser 3.x
Same name and namespace in other branches
- 8.2 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;
}