ViewsJoin.php in Zircon Profile 8
Same filename and directory in other branches
Contains \Drupal\views\Annotation\ViewsJoin.
Namespace
Drupal\views\AnnotationFile
core/modules/views/src/Annotation/ViewsJoin.phpView source
<?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 {
}