Change record status: 
Project: 
Introduced in branch: 
8.5.x
Description: 

Drupal\system\Plugin\views\field\BulkForm has been deprecated in favour of Drupal\views\Plugin\views\field\BulkForm.

The bulk_form plugin was located in the System module and has been moved to the Views module, the old version of the plugin has been deprecated. Existing plugins that extend Drupal\system\Plugin\views\field\BulkForm should now extend Drupal\views\Plugin\views\field\BulkForm instead.

Also the data_type schema for views_field_bulk_form was moved from core.data_types.schema.yml to the Views module. This should have no influence on plugins using this schema.

Impacts: 
Module developers