// ::saveRecursive().
if ($parent) { $links[$links[$id]['parent'
]] =
$parent;
} else { // Force it to the top level.
$links[$id]['parent'
] = '';
} $this->
saveRecursive($id,
$children,
$links);
} } $result =
$this->
findNoLongerExistingLinks($definitions);
// Remove all such items.
if ($result) { $this->
purgeMultiple($result);
} $this->
resetDefinitions();
$affected_menus =
$this->
getMenuNames() +
$before_menus;
// Invalidate any cache tagged with any menu name.
$cache_tags = Cache::
buildTags('config:system.menu',
$affected_menus, '.'
);
$this->cacheTagsInvalidator->
invalidateTags($cache_tags);
$this->
resetDefinitions();