property FieldPluginBase::$additional_fields

Stores additional fields which get's added to the query. The generated aliases are stored in $aliases.

Type: array

File

drupal/core/modules/views/lib/Drupal/views/Plugin/views/field/FieldPluginBase.php, line 68
Definition of Drupal\views\Plugin\views\field\FieldPluginBase.

Class

FieldPluginBase
Base field handler that has no options and renders an unformatted field.

Namespace

Drupal\views\Plugin\views\field

Code

var $additional_fields = array();