class ViewsRelationship
Same name in this branch
- 10 core/modules/views/src/Annotation/ViewsRelationship.php \Drupal\views\Annotation\ViewsRelationship
Same name and namespace in other branches
- 11.x core/modules/views/src/Attribute/ViewsRelationship.php \Drupal\views\Attribute\ViewsRelationship
- 11.x core/modules/views/src/Annotation/ViewsRelationship.php \Drupal\views\Annotation\ViewsRelationship
- 9 core/modules/views/src/Annotation/ViewsRelationship.php \Drupal\views\Annotation\ViewsRelationship
- 8.9.x core/modules/views/src/Annotation/ViewsRelationship.php \Drupal\views\Annotation\ViewsRelationship
Defines a Plugin attribute class for views relationship handlers.
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\ViewsRelationship implements \Drupal\Component\Plugin\Attribute\PluginID
- class \Drupal\Component\Plugin\Attribute\PluginID implements \Drupal\Component\Plugin\Attribute\AttributeBase
Expanded class hierarchy of ViewsRelationship
See also
\Drupal\views\Plugin\views\relationship\RelationshipPluginBase
Related topics
5 files declare their use of ViewsRelationship
- Broken.php in core/
modules/ views/ src/ Plugin/ views/ relationship/ Broken.php - EntityReverse.php in core/
modules/ views/ src/ Plugin/ views/ relationship/ EntityReverse.php - GroupwiseMax.php in core/
modules/ views/ src/ Plugin/ views/ relationship/ GroupwiseMax.php - NodeTermData.php in core/
modules/ taxonomy/ src/ Plugin/ views/ relationship/ NodeTermData.php - Standard.php in core/
modules/ views/ src/ Plugin/ views/ relationship/ Standard.php
File
-
core/
modules/ views/ src/ Attribute/ ViewsRelationship.php, line 16
Namespace
Drupal\views\AttributeView source
class ViewsRelationship 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.