public MenuTreeParameters::setRoot($root)
Sets a root for menu tree loading.
@codeCoverageIgnore
string $root: A menu link plugin ID, or empty string '' to use the root of the whole tree.
$this
public function setRoot($root) { $this->root = (string) $root; return $this; }
© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!lib!Drupal!Core!Menu!MenuTreeParameters.php/function/MenuTreeParameters::setRoot/8.1.x