You are here

Standard.php in Drupal 10

File

core/modules/views/src/Plugin/views/join/Standard.php
View source
<?php

namespace Drupal\views\Plugin\views\join;


/**
 * Default implementation of the join plugin.
 *
 * @ingroup views_join_handlers
 *
 * @ViewsJoin("standard")
 */
class Standard extends JoinPluginBase {

}

Classes

Namesort descending Description
Standard Default implementation of the join plugin.