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

A number of Views BulkForm field plugins were extending the base plugin only in order to override the 'empty' message that is shown when no entities are selected.

In order to make this easier, a new setting was added to BulkForm that allows the site-builder to set a custom empty selected message.

When adding or editing the bulk field the new setting will be shown in the dialog.

Classes extending BulkForm only to override this setting have been deprecated and will be removed before Drupal 9.0.0:

  • Drupal\node\Plugin\views\field\NodeBulkForm
  • Drupal\comment\Plugin\views\field\CommentBulkForm
AttachmentSize
empty selected message.png20.12 KB
Impacts: 
Site builders, administrators, editors
Module developers