Advertisement
Guest User

Untitled

a guest
Feb 19th, 2019
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. $view = Views::getView('my_view');
  2. $storage = $view->storage;
  3. $display = &$storage->getDisplay('page_1');
  4. // Create a new display.
  5. // Remove some exposed filters from the new display.
  6. // save the view.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement