You are here

public function UserActionsEvent::getFileData in Filebrowser 8.2

Same name and namespace in other branches
  1. 3.x src/Events/UserActionsEvent.php \Drupal\filebrowser\Events\UserActionsEvent::getFileData()

File

src/Events/UserActionsEvent.php, line 37

Class

UserActionsEvent

Namespace

Drupal\filebrowser\Events

Code

public function getFileData() {
  return $this->fileData;
}