You are here

public function RawSQLArgument::__construct in Views Raw SQL 8

Class constructor.

Overrides HandlerBase::__construct

File

src/Plugin/views/argument/RawSQLArgument.php, line 29

Class

RawSQLArgument
Argument handler to accept a numeric range.

Namespace

Drupal\views_raw_sql\Plugin\views\argument

Code

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