class ViewsJoin

Same name and namespace in other branches
  1. 11.x core/modules/views/src/Attribute/ViewsJoin.php \Drupal\views\Attribute\ViewsJoin
  2. 11.x core/modules/views/src/Annotation/ViewsJoin.php \Drupal\views\Annotation\ViewsJoin

Defines a Plugin annotation object for views join plugins.

Hierarchy

Expanded class hierarchy of ViewsJoin

See also

\Drupal\views\Plugin\views\join\JoinPluginBase

Related topics

4 classes are annotated with ViewsJoin
FieldOrLanguageJoin in core/modules/views/src/Plugin/views/join/FieldOrLanguageJoin.php
Implementation for the "field OR language" join.
JoinTest in core/modules/views/tests/modules/views_test_data/src/Plugin/views/join/JoinTest.php
Defines a join test plugin.
Standard in core/modules/views/src/Plugin/views/join/Standard.php
Default implementation of the join plugin.
Subquery in core/modules/views/src/Plugin/views/join/Subquery.php
Join handler for relationships that join with a subquery as the left field.

File

core/modules/views/src/Annotation/ViewsJoin.php, line 14

Namespace

Drupal\views\Annotation
View source
class ViewsJoin extends ViewsHandlerAnnotationBase {

}

Members

Title Sort descending Modifiers Object type Summary Overrides
AnnotationBase::$class protected property The class used for this annotated class.
AnnotationBase::$id public property The annotated class ID. 1
AnnotationBase::$id public property The annotated class ID. 1
AnnotationBase::$provider protected property The provider of the annotated class.
AnnotationBase::getClass public function
AnnotationBase::getProvider public function
AnnotationBase::setClass public function
AnnotationBase::setProvider public function
PluginID::$value public property The plugin ID.
PluginID::get public function
PluginID::getId public function

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.