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