You are here

public function MenuViews::formParents in Menu Views 7

Returns the parent string for where menu views is located in the form.

File

includes/menu_views.class.inc, line 49
Provides methods for attaching a view to a menu item.

Class

MenuViews
Implements MenuViews() class.

Code

public function formParents() {
  return ($this->options && $this->tree ? 'options][' : '') . 'menu_views][';
}