Esempio n. 1
0
 /**
  * Convert node path or id string to node id.
  *
  * @param string|int $nodestring Node String. If $nodestring is a string, it should be a route path to the node
  * @return int Node ID
  */
 protected function assertNodeidStr($nodestring)
 {
     return $this->library->assertNodeidStr($nodestring);
 }