class ViewsJoin

Same name in this branch
  1. main core/modules/views/src/Annotation/ViewsJoin.php \Drupal\views\Annotation\ViewsJoin
Same name and namespace in other branches
  1. 11.x core/modules/views/src/Attribute/ViewsJoin.php \Drupal\views\Attribute\ViewsJoin
  2. 11.x core/modules/views/src/Annotation/ViewsJoin.php \Drupal\views\Annotation\ViewsJoin
  3. 10 core/modules/views/src/Attribute/ViewsJoin.php \Drupal\views\Attribute\ViewsJoin
  4. 10 core/modules/views/src/Annotation/ViewsJoin.php \Drupal\views\Annotation\ViewsJoin
  5. 9 core/modules/views/src/Annotation/ViewsJoin.php \Drupal\views\Annotation\ViewsJoin
  6. 8.9.x core/modules/views/src/Annotation/ViewsJoin.php \Drupal\views\Annotation\ViewsJoin

Defines a Plugin attribute object for views join plugins.

Attributes

#[\Attribute(\Attribute::TARGET_CLASS)]

Hierarchy

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\Attribute
View source
class ViewsJoin extends PluginID {

}

Members

Title Sort descending Modifiers Object type Summary
AttributeBase::$class protected property The class used for this attribute class.
AttributeBase::$dependencies protected property The dependencies for the attribute class.
AttributeBase::$provider protected property The provider of the attribute class.
AttributeBase::getClass public function
AttributeBase::getDependencies public function
AttributeBase::getId public function
AttributeBase::getProvider public function
AttributeBase::setClass public function
AttributeBase::setDependencies public function
AttributeBase::setProvider public function
AttributeBase::__construct public function
PluginID::get public function

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.