Loading modules/actions_permissions/src/ActionsPermissions.php +0 −2 Original line number Diff line number Diff line Loading @@ -17,13 +17,11 @@ class ActionsPermissions implements ContainerInjectionInterface { /** * VBO Action manager service. * */ protected ViewsBulkOperationsActionManager $actionManager; /** * The entity type manager. * */ protected EntityTypeManagerInterface $entityTypeManager; Loading src/Access/ViewsBulkOperationsAccess.php +0 −1 Original line number Diff line number Diff line Loading @@ -19,7 +19,6 @@ class ViewsBulkOperationsAccess implements AccessInterface { /** * The tempstore service. * */ protected PrivateTempStoreFactory $tempStoreFactory; Loading src/Action/ViewsBulkOperationsActionBase.php +0 −1 Original line number Diff line number Diff line Loading @@ -28,7 +28,6 @@ abstract class ViewsBulkOperationsActionBase extends ActionBase implements Views /** * The processed view. * */ protected ViewExecutable $view; Loading src/Commands/ViewsBulkOperationsCommands.php +0 −4 Original line number Diff line number Diff line Loading @@ -26,25 +26,21 @@ class ViewsBulkOperationsCommands extends DrushCommands { /** * The current user object. * */ protected AccountInterface $currentUser; /** * The user storage. * */ protected UserStorageInterface $userStorage; /** * Object that gets the current view data. * */ protected ViewsbulkOperationsViewDataInterface $viewData; /** * Views Bulk Operations action manager. * */ protected ViewsBulkOperationsActionManager $actionManager; Loading src/Controller/ViewsBulkOperationsController.php +0 −3 Original line number Diff line number Diff line Loading @@ -23,19 +23,16 @@ class ViewsBulkOperationsController extends ControllerBase implements ContainerI /** * The tempstore service. * */ protected PrivateTempStoreFactory $tempStoreFactory; /** * Views Bulk Operations action processor. * */ protected ViewsBulkOperationsActionProcessorInterface $actionProcessor; /** * The Renderer service object. * */ protected RendererInterface $renderer; Loading Loading
modules/actions_permissions/src/ActionsPermissions.php +0 −2 Original line number Diff line number Diff line Loading @@ -17,13 +17,11 @@ class ActionsPermissions implements ContainerInjectionInterface { /** * VBO Action manager service. * */ protected ViewsBulkOperationsActionManager $actionManager; /** * The entity type manager. * */ protected EntityTypeManagerInterface $entityTypeManager; Loading
src/Access/ViewsBulkOperationsAccess.php +0 −1 Original line number Diff line number Diff line Loading @@ -19,7 +19,6 @@ class ViewsBulkOperationsAccess implements AccessInterface { /** * The tempstore service. * */ protected PrivateTempStoreFactory $tempStoreFactory; Loading
src/Action/ViewsBulkOperationsActionBase.php +0 −1 Original line number Diff line number Diff line Loading @@ -28,7 +28,6 @@ abstract class ViewsBulkOperationsActionBase extends ActionBase implements Views /** * The processed view. * */ protected ViewExecutable $view; Loading
src/Commands/ViewsBulkOperationsCommands.php +0 −4 Original line number Diff line number Diff line Loading @@ -26,25 +26,21 @@ class ViewsBulkOperationsCommands extends DrushCommands { /** * The current user object. * */ protected AccountInterface $currentUser; /** * The user storage. * */ protected UserStorageInterface $userStorage; /** * Object that gets the current view data. * */ protected ViewsbulkOperationsViewDataInterface $viewData; /** * Views Bulk Operations action manager. * */ protected ViewsBulkOperationsActionManager $actionManager; Loading
src/Controller/ViewsBulkOperationsController.php +0 −3 Original line number Diff line number Diff line Loading @@ -23,19 +23,16 @@ class ViewsBulkOperationsController extends ControllerBase implements ContainerI /** * The tempstore service. * */ protected PrivateTempStoreFactory $tempStoreFactory; /** * Views Bulk Operations action processor. * */ protected ViewsBulkOperationsActionProcessorInterface $actionProcessor; /** * The Renderer service object. * */ protected RendererInterface $renderer; Loading