You are here

protected function WebformOptionsListBuilder::initialize in Webform 6.x

Initialize WebformOptionsListBuilder object.

File

src/WebformOptionsListBuilder.php, line 55

Class

WebformOptionsListBuilder
Defines a class to build a listing of webform options entities.

Namespace

Drupal\webform

Code

protected function initialize() {
  $this->keys = $this->request->query
    ->get('search');
  $this->category = $this->request->query
    ->get('category');
}