You are here

LogBulkForm.php in Log entity 8

File

src/Plugin/views/field/LogBulkForm.php
View source
<?php

/**
 * @file
 * Contains \Drupal\log\Plugin\views\field\LogBulkForm.
 */
namespace Drupal\log\Plugin\views\field;

use Drupal\system\Plugin\views\field\BulkForm;

/**
 * Defines a log operations bulk form element.
 *
 * @ViewsField("log_bulk_form")
 */
class LogBulkForm extends BulkForm {

}

Classes

Namesort descending Description
LogBulkForm Defines a log operations bulk form element.