public function ViewUIConverter::__construct

Constructs a new ViewUIConverter.

Parameters

\Drupal\user\TempStoreFactory $temp_store_factory: The factory for the temp store object.

File

drupal/core/modules/views_ui/lib/Drupal/views_ui/ParamConverter/ViewUIConverter.php, line 34
Contains \Drupal\views_ui\ParamConverter\ViewUIConverter.

Class

ViewUIConverter
Provides upcasting for a view entity to be used in the Views UI.

Namespace

Drupal\views_ui\ParamConverter

Code

public function __construct(TempStoreFactory $temp_store_factory) {
  $this->tempStoreFactory = $temp_store_factory;
}