cacheflush-8.x-1.x-dev/modules/cacheflush_ui/src/Plugin/views/field/CacheflushBulkForm.php
modules/cacheflush_ui/src/Plugin/views/field/CacheflushBulkForm.php
<?php
namespace Drupal\cacheflush_ui\Plugin\views\field;
use Drupal\views\Plugin\views\field\BulkForm;
/**
* Defines a cacheflush operations bulk form element.
*
* @ViewsField("cacheflush_bulk_form")
*/
class CacheflushBulkForm extends BulkForm {
/**
* {@inheritdoc}
*/
protected function emptySelectedMessage() {
return $this->t('No content selected.');
}
}
