You are here

public function UserActionsEvent::getActions in Filebrowser 3.x

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

Return value

mixed

File

src/Events/UserActionsEvent.php, line 26

Class

UserActionsEvent

Namespace

Drupal\filebrowser\Events

Code

public function getActions() {
  return $this->actions;
}