public function ViewsBulkOperationsEvent::getEntityTypeIds in Views Bulk Operations (VBO) 4.0.x
Same name and namespace in other branches
- 8.3 src/ViewsBulkOperationsEvent.php \Drupal\views_bulk_operations\ViewsBulkOperationsEvent::getEntityTypeIds()
- 8 src/ViewsBulkOperationsEvent.php \Drupal\views_bulk_operations\ViewsBulkOperationsEvent::getEntityTypeIds()
- 8.2 src/ViewsBulkOperationsEvent.php \Drupal\views_bulk_operations\ViewsBulkOperationsEvent::getEntityTypeIds()
Get entity type IDs displayed by the current view.
Return value
array Entity type IDs.
File
- src/
ViewsBulkOperationsEvent.php, line 102
Class
- ViewsBulkOperationsEvent
- Defines Views Bulk Operations event type.
Namespace
Drupal\views_bulk_operationsCode
public function getEntityTypeIds() {
return $this->entityTypeIds;
}