You are here

public function UserActionsEvent::getFileData in Filebrowser 3.x

Same name and namespace in other branches
  1. 8.2 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;
}