service views_bulk_operations.processor in Views Bulk Operations (VBO) 8.2
Same name and namespace in other branches
- 8.3 views_bulk_operations.services.yml \views_bulk_operations.processor
- 8 views_bulk_operations.services.yml \views_bulk_operations.processor
- 4.0.x views_bulk_operations.services.yml \views_bulk_operations.processor
Class
Drupal\views_bulk_operations\Service\ViewsBulkOperationsActionProcessor7 string references to views_bulk_operations.processor
- ConfigureAction::create in src/
Form/ ConfigureAction.php - Instantiates a new instance of this class.
- ConfirmAction::create in src/
Form/ ConfirmAction.php - Instantiates a new instance of this class.
- ViewsBulkOperationsBatch::getList in src/
ViewsBulkOperationsBatch.php - Gets the list of entities to process.
- ViewsBulkOperationsBatch::operation in src/
ViewsBulkOperationsBatch.php - Batch operation callback.
- ViewsBulkOperationsBatchTest::testOperation in tests/
src/ Unit/ ViewsBulkOperationsBatchTest.php - Tests the operation() method.
File
View source
- class: Drupal\views_bulk_operations\Service\ViewsBulkOperationsActionProcessor
- arguments:
- - '@views_bulk_operations.data'
- - '@plugin.manager.views_bulk_operations_action'
- - '@current_user'
- - '@module_handler'