/**
  * Checks if the given node path exists in any possible context already.
  *
  * @param string $nodePath
  * @return boolean
  */
 public function nodePathExistsInAnyContext($nodePath)
 {
     return $this->nodeDataRepository->pathExists($nodePath);
 }