You are here

ViewsJoin.php in Drupal 10

File

core/modules/views/src/Annotation/ViewsJoin.php
View source
<?php

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 {

}

Classes

Namesort descending Description
ViewsJoin Defines a Plugin annotation object for views join plugins.