class ViewsJoin
Same name in other branches
- 9 core/modules/views/src/Annotation/ViewsJoin.php \Drupal\views\Annotation\ViewsJoin
- 10 core/modules/views/src/Annotation/ViewsJoin.php \Drupal\views\Annotation\ViewsJoin
- 11.x core/modules/views/src/Annotation/ViewsJoin.php \Drupal\views\Annotation\ViewsJoin
- 11.x core/modules/views/src/Attribute/ViewsJoin.php \Drupal\views\Attribute\ViewsJoin
- 10 core/modules/views/src/Attribute/ViewsJoin.php \Drupal\views\Attribute\ViewsJoin
Defines a Plugin annotation object for views join plugins.
Hierarchy
- class \Drupal\Component\Annotation\AnnotationBase implements \Drupal\Component\Annotation\AnnotationInterface
- class \Drupal\Component\Annotation\PluginID extends \Drupal\Component\Annotation\AnnotationBase
- class \Drupal\views\Annotation\ViewsHandlerAnnotationBase extends \Drupal\Component\Annotation\PluginID
- class \Drupal\views\Annotation\ViewsJoin extends \Drupal\views\Annotation\ViewsHandlerAnnotationBase
- class \Drupal\views\Annotation\ViewsHandlerAnnotationBase extends \Drupal\Component\Annotation\PluginID
- class \Drupal\Component\Annotation\PluginID extends \Drupal\Component\Annotation\AnnotationBase
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\AnnotationView source
class ViewsJoin extends ViewsHandlerAnnotationBase {
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.