Rebuilds the menu links and deletes the local_task cache tag.
\Drupal\Component\EventDispatcher\Event $event: The event object.
public function onRouterRebuild($event) { $this->menuLinksRebuild(); Cache::invalidateTags([ 'local_task', ]); }