You are here

public function ViewsBulkOperationsEvent::getView in Views Bulk Operations (VBO) 8

Same name and namespace in other branches
  1. 8.3 src/ViewsBulkOperationsEvent.php \Drupal\views_bulk_operations\ViewsBulkOperationsEvent::getView()
  2. 8.2 src/ViewsBulkOperationsEvent.php \Drupal\views_bulk_operations\ViewsBulkOperationsEvent::getView()
  3. 4.0.x src/ViewsBulkOperationsEvent.php \Drupal\views_bulk_operations\ViewsBulkOperationsEvent::getView()

Get current view.

Return value

\Drupal\views\ViewExecutable The current view object

File

src/ViewsBulkOperationsEvent.php, line 92

Class

ViewsBulkOperationsEvent
Defines Views Bulk Operations event type.

Namespace

Drupal\views_bulk_operations

Code

public function getView() {
  return $this->view;
}