public function UserActionsEvent::__construct in Filebrowser 8.2
Same name and namespace in other branches
- 3.x src/Events/UserActionsEvent.php \Drupal\filebrowser\Events\UserActionsEvent::__construct()
ActionsInfoEvent constructor.
Parameters
array $actions:
array $fileData Array containing a list of files to be displayed: on a filebrowser node.
File
- src/
Events/ UserActionsEvent.php, line 18
Class
Namespace
Drupal\filebrowser\EventsCode
public function __construct($actions, $fileData) {
$this->actions = $actions;
$this->fileData = $fileData;
}