You are here

public function MetadataEvent::getFid in Filebrowser 3.x

Same name and namespace in other branches
  1. 8.2 src/Events/MetadataEvent.php \Drupal\filebrowser\Events\MetadataEvent::getFid()

File

src/Events/MetadataEvent.php, line 55

Class

MetadataEvent

Namespace

Drupal\filebrowser\Events

Code

public function getFid() {
  return $this->fid;
}