class ViewsJoin in Zircon Profile 8.0
Same name and namespace in other branches
- 8 core/modules/views/src/Annotation/ViewsJoin.php \Drupal\views\Annotation\ViewsJoin
Defines a Plugin annotation object for views join plugins.
Hierarchy
- class \Drupal\Component\Annotation\AnnotationBase implements AnnotationInterface
- class \Drupal\Component\Annotation\PluginID
- class \Drupal\views\Annotation\ViewsHandlerAnnotationBase
- class \Drupal\views\Annotation\ViewsJoin
- class \Drupal\views\Annotation\ViewsHandlerAnnotationBase
- class \Drupal\Component\Annotation\PluginID
Expanded class hierarchy of ViewsJoin
See also
\Drupal\views\Plugin\views\join\JoinPluginBase
Related topics
3 classes are annotated with ViewsJoin
- 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 19 - Contains \Drupal\views\Annotation\ViewsJoin.
Namespace
Drupal\views\AnnotationView source
class ViewsJoin extends ViewsHandlerAnnotationBase {
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
AnnotationBase:: |
protected | property | The class used for this annotated class. | |
AnnotationBase:: |
public | property | The annotated class ID. | 1 |
AnnotationBase:: |
protected | property | The provider of the annotated class. | |
AnnotationBase:: |
public | function |
Gets the class of the annotated class. Overrides AnnotationInterface:: |
|
AnnotationBase:: |
public | function |
Gets the name of the provider of the annotated class. Overrides AnnotationInterface:: |
|
AnnotationBase:: |
public | function |
Sets the class of the annotated class. Overrides AnnotationInterface:: |
|
AnnotationBase:: |
public | function |
Sets the name of the provider of the annotated class. Overrides AnnotationInterface:: |
|
PluginID:: |
public | property | The plugin ID. | |
PluginID:: |
public | function |
Gets the value of an annotation. Overrides AnnotationInterface:: |
|
PluginID:: |
public | function |
Gets the unique ID for this annotated class. Overrides AnnotationBase:: |