You are here

protected property ViewUIConverter::$tempStoreFactory in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 core/modules/views_ui/src/ParamConverter/ViewUIConverter.php \Drupal\views_ui\ParamConverter\ViewUIConverter::tempStoreFactory

Stores the tempstore factory.

Type: \Drupal\user\SharedTempStoreFactory

File

core/modules/views_ui/src/ParamConverter/ViewUIConverter.php, line 40
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

protected $tempStoreFactory;