Code Coverage
 
Classes and Traits
Functions and Methods
Lines
Total
100.00% covered (success)
100.00%
1 / 1
100.00% covered (success)
100.00%
0 / 0
CRAP
100.00% covered (success)
100.00%
0 / 0
ViewsJoin
100.00% covered (success)
100.00%
1 / 1
100.00% covered (success)
100.00%
0 / 0
0
100.00% covered (success)
100.00%
0 / 0
<?php
/**
 * @file
 * Contains \Drupal\views\Annotation\ViewsJoin.
 */
namespace Drupal\views\Annotation;
/**
 * Defines a Plugin annotation object for views join plugins.
 *
 * @see \Drupal\views\Plugin\views\join\JoinPluginBase
 *
 * @ingroup views_join_handlers
 *
 * @Annotation
 */
class ViewsJoin extends ViewsHandlerAnnotationBase {
}