Example #1
0
 /**
  * If this node should be hidden in indexes
  *
  * @return boolean
  * @api
  */
 public function isHiddenInIndex()
 {
     return $this->nodeData->isHiddenInIndex();
 }