Code Coverage
 
Lines
Functions and Methods
Classes and Traits
Total
n/a
0 / 0
n/a
0 / 0
CRAP
n/a
0 / 0
VisitorsPdf
n/a
0 / 0
n/a
0 / 0
0
n/a
0 / 0
1<?php
2
3namespace Drupal\visitors\Plugin\views\field;
4
5/**
6 * Field handler to display the pdf plugin of the visitors.
7 *
8 * @ingroup views_field_handlers
9 *
10 * @ViewsField("visitors_pdf")
11 */
12final class VisitorsPdf extends VisitorsBrowserPlugin {
13
14  /**
15   * {@inheritdoc}
16   */
17  const ICON = 'pdf.png';
18
19}