broken_link-8.x-3.1/src/Plugin/views/field/BrokenLinkBulkForm.php
src/Plugin/views/field/BrokenLinkBulkForm.php
<?php
namespace Drupal\broken_link\Plugin\views\field;
use Drupal\views\Plugin\views\field\BulkForm;
/**
* Defines a node operations bulk form element.
*
* @ViewsField("broken_link_bulk_form")
*/
class BrokenLinkBulkForm extends BulkForm {
/**
* {@inheritdoc}
*/
protected function emptySelectedMessage() {
return $this->t('No content selected.');
}
}
