Constructs a View UI object.
\Drupal\views\ViewEntityInterface $storage: The View storage object to wrap.
public function __construct(ViewEntityInterface $storage) { $this->entityType = 'view'; $this->storage = $storage; }