You are here

public function NumericRawSQLField::__construct in Views Raw SQL 8

Class constructor.

Overrides HandlerBase::__construct

File

src/Plugin/views/field/NumericRawSQLField.php, line 29

Class

NumericRawSQLField
Field handler to flag the node type.

Namespace

Drupal\views_raw_sql\Plugin\views\field

Code

public function __construct(array $configuration, $plugin_id, $plugin_definition, AccountProxyInterface $account) {
  parent::__construct($configuration, $plugin_id, $plugin_definition);
  $this->account = $account;
}