You are here

service views_bulk_operations.processor in Views Bulk Operations (VBO) 4.0.x

Same name and namespace in other branches
  1. 8.3 views_bulk_operations.services.yml \views_bulk_operations.processor
  2. 8 views_bulk_operations.services.yml \views_bulk_operations.processor
  3. 8.2 views_bulk_operations.services.yml \views_bulk_operations.processor

Class

Drupal\views_bulk_operations\Service\ViewsBulkOperationsActionProcessor
7 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.

... See full list

File

./views_bulk_operations.services.yml
views_bulk_operations.services.yml

View source
  1. class: Drupal\views_bulk_operations\Service\ViewsBulkOperationsActionProcessor
  2. arguments:
  3. - '@views_bulk_operations.data'
  4. - '@plugin.manager.views_bulk_operations_action'
  5. - '@current_user'
  6. - '@module_handler'