public function UserActionsEvent::getActions in Filebrowser 3.x
Same name and namespace in other branches
- 8.2 src/Events/UserActionsEvent.php \Drupal\filebrowser\Events\UserActionsEvent::getActions()
Return value
mixed
File
- src/
Events/ UserActionsEvent.php, line 26
Class
Namespace
Drupal\filebrowser\EventsCode
public function getActions() {
return $this->actions;
}