class ViewUIConverter

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

Hierarchy

Expanded class hierarchy of ViewUIConverter

1 string reference to 'ViewUIConverter'
1 service uses ViewUIConverter

File

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

Namespace

Drupal\views_ui\ParamConverter
View source

Members

Namesort descending Modifiers Type Description Overrides
ViewUIConverter::$tempStoreFactory protected property Stores the tempstore factory.
ViewUIConverter::process public function Tries to upcast every view entity to a decorated ViewUI object. Overrides ParamConverterInterface::process
ViewUIConverter::__construct public function Constructs a new ViewUIConverter.