You are here

public function RawSQLSort::__construct in Views Raw SQL 8

Class constructor.

Overrides HandlerBase::__construct

File

src/Plugin/views/sort/RawSQLSort.php, line 28

Class

RawSQLSort
Default implementation of a raw SQL sort plugin.

Namespace

Drupal\views_raw_sql\Plugin\views\sort

Code

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