class ViewsJoin
Same name in this branch
- 10 core/modules/views/src/Annotation/ViewsJoin.php \Drupal\views\Annotation\ViewsJoin
Same name and namespace in other branches
- 9 core/modules/views/src/Annotation/ViewsJoin.php \Drupal\views\Annotation\ViewsJoin
- 8.9.x 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
Defines a Plugin attribute object for views join plugins.
Attributes
#[\Attribute(\Attribute::TARGET_CLASS)]
Hierarchy
- class \Drupal\Component\Plugin\Attribute\AttributeBase extends \Drupal\Component\Plugin\Attribute\AttributeInterface
- class \Drupal\Component\Plugin\Attribute\PluginID implements \Drupal\Component\Plugin\Attribute\AttributeBase
- class \Drupal\views\Attribute\ViewsJoin implements \Drupal\Component\Plugin\Attribute\PluginID
- class \Drupal\Component\Plugin\Attribute\PluginID implements \Drupal\Component\Plugin\Attribute\AttributeBase
Expanded class hierarchy of ViewsJoin
See also
\Drupal\views\Plugin\views\join\JoinPluginBase
Related topics
5 files declare their use of ViewsJoin
- CastedIntFieldJoin.php in core/
modules/ views/ src/ Plugin/ views/ join/ CastedIntFieldJoin.php - FieldOrLanguageJoin.php in core/
modules/ views/ src/ Plugin/ views/ join/ FieldOrLanguageJoin.php - JoinTest.php in core/
modules/ views/ tests/ modules/ views_test_data/ src/ Plugin/ views/ join/ JoinTest.php - Standard.php in core/
modules/ views/ src/ Plugin/ views/ join/ Standard.php - Subquery.php in core/
modules/ views/ src/ Plugin/ views/ join/ Subquery.php
File
-
core/
modules/ views/ src/ Attribute/ ViewsJoin.php, line 14
Namespace
Drupal\views\AttributeView source
class ViewsJoin extends PluginID {
}
Members
Title Sort descending | Modifiers | Object type | Summary | Overriden Title | Overrides |
---|---|---|---|---|---|
AttributeBase::$class | protected | property | The class used for this attribute class. | ||
AttributeBase::$provider | protected | property | The provider of the attribute class. | ||
AttributeBase::getClass | public | function | Gets the class of the attribute class. | Overrides AttributeInterface::getClass | 1 |
AttributeBase::getId | public | function | Gets the unique ID for this attribute class. | Overrides AttributeInterface::getId | |
AttributeBase::getProvider | public | function | Gets the name of the provider of the attribute class. | Overrides AttributeInterface::getProvider | |
AttributeBase::setClass | public | function | Sets the class of the attributed class. | Overrides AttributeInterface::setClass | 1 |
AttributeBase::setProvider | public | function | Sets the name of the provider of the attribute class. | Overrides AttributeInterface::setProvider | |
AttributeBase::__construct | public | function | 1 | ||
PluginID::get | public | function | Gets the value of an attribute. | Overrides AttributeBase::get |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.