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; }