class Standard in Views (for Drupal 7) 8.3
Same name in this branch
- 8.3 lib/Drupal/views/Plugin/views/relationship/Standard.php \Drupal\views\Plugin\views\relationship\Standard
- 8.3 lib/Drupal/views/Plugin/views/filter/Standard.php \Drupal\views\Plugin\views\filter\Standard
- 8.3 lib/Drupal/views/Plugin/views/sort/Standard.php \Drupal\views\Plugin\views\sort\Standard
- 8.3 lib/Drupal/views/Plugin/views/argument/Standard.php \Drupal\views\Plugin\views\argument\Standard
- 8.3 lib/Drupal/views/Plugin/views/field/Standard.php \Drupal\views\Plugin\views\field\Standard
- 8.3 lib/Drupal/views/Plugin/views/join/Standard.php \Drupal\views\Plugin\views\join\Standard
Default implementation of the join plugin.
Plugin annotation
@Plugin(
id = "standard"
)
Hierarchy
- class \Drupal\Component\Plugin\PluginBase implements DerivativeInspectionInterface, PluginInspectionInterface
- class \Drupal\views\Plugin\views\join\JoinPluginBase
- class \Drupal\views\Plugin\views\join\Standard
- class \Drupal\views\Plugin\views\join\JoinPluginBase
Expanded class hierarchy of Standard
File
- lib/
Drupal/ views/ Plugin/ views/ join/ Standard.php, line 19 - Definition of Drupal\views\Plugin\views\join\Standard.
Namespace
Drupal\views\Plugin\views\joinView source
class Standard extends JoinPluginBase {
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
JoinPluginBase:: |
public | property | Defines whether a join has been adjusted. | |
JoinPluginBase:: |
public | property |
The configuration array passed by initJoin. Overrides PluginBase:: |
|
JoinPluginBase:: |
public | property | An array of extra conditions on the join. | |
JoinPluginBase:: |
public | property | How all the extras will be combined. Either AND or OR. | |
JoinPluginBase:: |
public | property | The field to join on (right field). | |
JoinPluginBase:: |
public | property | The field we join to. | |
JoinPluginBase:: |
public | property | The table we join to. | |
JoinPluginBase:: |
public | property | The table to join (right table). | |
JoinPluginBase:: |
public | property | The join type, so for example LEFT (default) or INNER. | |
JoinPluginBase:: |
public | function | Build the SQL for the join this object represents. | 2 |
JoinPluginBase:: |
public | function |
Constructs a Drupal\views\Plugin\views\join\JoinPluginBase object. Overrides PluginBase:: |
1 |
PluginBase:: |
protected | property | The plugin implementation definition. | 1 |
PluginBase:: |
protected | property | The plugin_id. | |
PluginBase:: |
constant | A string which is used to separate base plugin IDs from the derivative ID. | ||
PluginBase:: |
public | function |
Gets the base_plugin_id of the plugin instance. Overrides DerivativeInspectionInterface:: |
|
PluginBase:: |
public | function |
Gets the derivative_id of the plugin instance. Overrides DerivativeInspectionInterface:: |
|
PluginBase:: |
public | function |
Gets the definition of the plugin implementation. Overrides PluginInspectionInterface:: |
3 |
PluginBase:: |
public | function |
Gets the plugin_id of the plugin instance. Overrides PluginInspectionInterface:: |
|
PluginBase:: |
public | function | Determines if the plugin is configurable. |