public property JoinPluginBase::$leftField in Drupal 9
Same name and namespace in other branches
- 8 core/modules/views/src/Plugin/views/join/JoinPluginBase.php \Drupal\views\Plugin\views\join\JoinPluginBase::leftField
The field we join to.
Type: string
File
- core/
modules/ views/ src/ Plugin/ views/ join/ JoinPluginBase.php, line 181
Class
- JoinPluginBase
- Represents a join and creates the SQL necessary to implement the join.
Namespace
Drupal\views\Plugin\views\joinCode
public $leftField;