Same name and namespace in other branches
  1. 10 core/modules/views/src/Annotation/ViewsJoin.php \Drupal\views\Annotation\ViewsJoin
  2. 8.9.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

Namesort descending Modifiers Type Description Overrides
AnnotationBase::$class protected property The class used for this annotated class.
AnnotationBase::$id public property The annotated class ID. 1
AnnotationBase::$provider protected property The provider of the annotated class.
AnnotationBase::getClass public function Gets the class of the annotated class. Overrides AnnotationInterface::getClass
AnnotationBase::getProvider public function Gets the name of the provider of the annotated class. Overrides AnnotationInterface::getProvider
AnnotationBase::setClass public function Sets the class of the annotated class. Overrides AnnotationInterface::setClass
AnnotationBase::setProvider public function Sets the name of the provider of the annotated class. Overrides AnnotationInterface::setProvider
PluginID::$value public property The plugin ID.
PluginID::get public function Gets the value of an annotation. Overrides AnnotationInterface::get
PluginID::getId public function Gets the unique ID for this annotated class. Overrides AnnotationBase::getId